We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0467fa commit 0217eb1Copy full SHA for 0217eb1
1 file changed
tests/PrompterOne.Testing/EnvironmentAwareParallelLimitBase.cs
@@ -7,7 +7,7 @@ namespace PrompterOne.Testing;
7
/// </summary>
8
public abstract class EnvironmentAwareParallelLimitBase : IParallelLimit
9
{
10
- protected virtual int CiLimit { get; } = 2;
+ protected virtual int CiLimit { get; } = 8;
11
protected virtual int LocalLimit { get; } = 15;
12
13
public int Limit => ResolveLimit();
0 commit comments