Property MaxParallelThreads
- Namespace
- Xunit
- Assembly
- xunit.v3.core.dll
MaxParallelThreads
Determines how many tests can run in parallel with each other. If set to 0, the system will use ProcessorCount. If set to a negative number, then there will be no limit to the number of threads.
public int MaxParallelThreads { get; set; }