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