concurrency property

int get concurrency

How many tests to run concurrently.

Implementation

int get concurrency =>
    pauseAfterLoad ? 1 : (_concurrency ?? defaultConcurrency);