Field MaxParallelThreads
- Namespace
- Xunit.Sdk
- Assembly
- xunit.v3.common.dll
Sets the maximum number of parallel threads to use during execution. Set to -1
to run with unlimited threads; set to 0 to use the system default (equal to
ProcessorCount; set to any other positive integer to use
that number of threads.
public static readonly string MaxParallelThreads
Returns
- string
- Sets the maximum number of parallel threads to use during execution. Set to -1 to run with unlimited threads; set to 0 to use the system default (equal to ; set to any other positive integer to use that number of threads.
Remarks
Value type: int
Consumed by: v2, v3