Skip to content

Commit ffe7602

Browse files
committed
ci4
1 parent 8aef6ca commit ffe7602

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/PrompterOne.Testing/EnvironmentAwareParallelLimitBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace PrompterOne.Testing;
77
/// </summary>
88
public abstract class EnvironmentAwareParallelLimitBase : IParallelLimit
99
{
10-
protected virtual int CiLimit { get; } = 8;
10+
protected virtual int CiLimit { get; } = 4;
1111
protected virtual int LocalLimit { get; } = 10;
1212

1313
public int Limit => ResolveLimit();

0 commit comments

Comments
 (0)