We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb9514 commit 2658c3fCopy full SHA for 2658c3f
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; } = 6;
+ protected virtual int CiLimit { get; } = 4;
11
protected virtual int LocalLimit { get; } = 10;
12
13
public int Limit => ResolveLimit();
0 commit comments