mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
15 lines
334 B
Markdown
15 lines
334 B
Markdown
---
|
|
title: maxConcurrency | Config
|
|
outline: deep
|
|
---
|
|
|
|
# maxConcurrency
|
|
|
|
- **Type**: `number`
|
|
- **Default**: `5`
|
|
- **CLI**: `--max-concurrency=10`, `--maxConcurrency=10`
|
|
|
|
A number of tests that are allowed to run at the same time marked with `test.concurrent`.
|
|
|
|
Test above this limit will be queued to run when available slot appears.
|