Skip to content

Commit 413fee1

Browse files
committed
40 workers
1 parent 36a75f3 commit 413fee1

File tree

1 file changed

+1
-1
lines changed
  • test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests

1 file changed

+1
-1
lines changed

test/IntegrationTests/Microsoft.Testing.Platform.Acceptance.IntegrationTests/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
using Microsoft.Testing.Extensions;
55

6-
[assembly: Parallelize(Scope = ExecutionScope.MethodLevel, Workers = 0)]
6+
[assembly: Parallelize(Scope = ExecutionScope.MethodLevel, Workers = 40)]
77

88
// Opt-out telemetry
99
Environment.SetEnvironmentVariable("DOTNET_CLI_TELEMETRY_OPTOUT", "1");

0 commit comments

Comments
 (0)