Skip to content

Commit 8a9aeef

Browse files
committed
Limit testing parallelism
1 parent 2e4a845 commit 8a9aeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mutagen.Bethesda.Tests/Processing/Processor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public Processor(IWorkDropoff workDropoff, GameRelease release, IReadOnlyCache<I
6060
Meta = GameConstants.Get(GameRelease);
6161
ParallelOptions = new ParallelOptions()
6262
{
63-
MaxDegreeOfParallelism = -1
63+
MaxDegreeOfParallelism = 5
6464
};
6565
}
6666

0 commit comments

Comments
 (0)