We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b161b commit 0aedacfCopy full SHA for 0aedacf
1 file changed
EnumerableAsyncProcessor.UnitTests/GlobalSetup.cs
@@ -1,2 +1,4 @@
1
-[assembly: Timeout(10_000)]
2
-[assembly: NotInParallel]
+using TUnit.Core.Helpers;
+
3
+[assembly: Timeout(10_000)]
4
+[assembly: ParallelLimiter<ProcessorCountParallelLimit>]
0 commit comments