Skip to content

Commit d1cd60b

Browse files
committed
Disable parallelization of unit tests.
1 parent 2436f12 commit d1cd60b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"maxParallelThreads": 5,
2+
"maxParallelThreads": 1,
33
"parallelAlgorithm": "conservative",
4-
"parallelizeAssembly": true,
5-
"parallelizeTestCollections": true
4+
"parallelizeAssembly": false,
5+
"parallelizeTestCollections": false
66
}

0 commit comments

Comments
 (0)