We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1249267 commit 201dc0aCopy full SHA for 201dc0a
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