mirror of
https://github.com/vitest-dev/vitest.git
synced 2025-12-08 18:26:03 +00:00
303 B
303 B
| title | outline |
|---|---|
| hookTimeout | Config | deep |
hookTimeout
- Type:
number - Default:
10_000in Node.js,30_000ifbrowser.enabledistrue - CLI:
--hook-timeout=10000,--hookTimeout=10000
Default timeout of a hook in milliseconds. Use 0 to disable timeout completely.