[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
vitest docs config testtimeout.md
300 B


title: testTimeout | Config outline: deep #

testTimeout #

  • Type: number
  • Default: 5_000 in Node.js, 15_000 if browser.enabled is true
  • CLI: --test-timeout=5000, --testTimeout=5000

Default timeout of a test in milliseconds. Use 0 to disable timeout completely.