For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /config/test/max-concurrency.md.
close
  • English
  • maxConcurrency

    • Type: number
    • Default: 5
    • CLI: --maxConcurrency=10

    A number limiting the number of test cases that are allowed to run at the same time when using test.concurrent or wrapped in describe.concurrent.

    Any test above this limit will be queued and executed once a slot is released.

    CLI
    rstest.config.ts
    npx rstest --maxConcurrency=10