0

xUnit documentation does not specify any limits on the number of parallel tests - https://xunit.github.io/docs/running-tests-in-parallel.html

Delfin
  • 1
  • 4

1 Answers1

1

See the "Changing Default Behavior" section on that page.

Default: number of virtual CPUs in the PC

Alex Angas
  • 59,219
  • 41
  • 137
  • 210