Reduce LevelOfParallelism to 2 for integration tests (#39566)

less paralelliism
This commit is contained in:
slarticodefast
2025-08-11 21:41:53 +02:00
committed by Princess Cheeseballs
parent 661fc00a1f
commit f161b7d386

View File

@@ -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)]