concurrency property

int concurrency

How many tests to run concurrently.

Implementation

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