Reduce LevelOfParallelism to 2 for integration tests (#39566)
less paralelliism
This commit is contained in:
committed by
Princess Cheeseballs
parent
661fc00a1f
commit
f161b7d386
@@ -5,4 +5,4 @@
|
|||||||
// https://github.com/dotnet/runtime/issues/107197
|
// https://github.com/dotnet/runtime/issues/107197
|
||||||
// So we can't really parallelize integration tests harder either until the runtime fixes that,
|
// So we can't really parallelize integration tests harder either until the runtime fixes that,
|
||||||
// *or* we fix serv3 to not spam expression trees.
|
// *or* we fix serv3 to not spam expression trees.
|
||||||
[assembly: LevelOfParallelism(3)]
|
[assembly: LevelOfParallelism(2)]
|
||||||
|
|||||||
Reference in New Issue
Block a user