]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Reduce LevelOfParallelism to 2 for integration tests (#39566)
authorslarticodefast <161409025+slarticodefast@users.noreply.github.com>
Mon, 11 Aug 2025 19:41:53 +0000 (21:41 +0200)
committerPrincess Cheeseballs <66055347+Pronana@users.noreply.github.com>
Mon, 11 Aug 2025 19:43:57 +0000 (12:43 -0700)
less paralelliism

Content.IntegrationTests/AssemblyInfo.cs

index 76fc42f3a91593b2511121fdd262019fdef78044..b8a88e26235fe9417901a501c593899dc92f1bde 100644 (file)
@@ -5,4 +5,4 @@
 // https://github.com/dotnet/runtime/issues/107197
 // So we can't really parallelize integration tests harder either until the runtime fixes that,
 // *or* we fix serv3 to not spam expression trees.
-[assembly: LevelOfParallelism(3)]
+[assembly: LevelOfParallelism(2)]