Skip to content

Commit b8be8ff

Browse files
committed
128 workers
1 parent 36a75f3 commit b8be8ff

File tree

2 files changed

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

2 files changed

+2
-2
lines changed

test/IntegrationTests/MSTest.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 = 128)]
77

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

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 = 128)]
77

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

0 commit comments

Comments
 (0)