We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
vitest-dev
sheremet-va
antfu
patak-dev
Learn more about funding links in repositories.
Report abuse
1 parent 61ddeba commit 13e53acCopy full SHA for 13e53ac
docs/config/index.md
@@ -473,7 +473,7 @@ Default timeout of a hook in milliseconds
473
### teardownTimeout
474
475
- **Type:** `number`
476
-- **Default:** `1000`
+- **Default:** `10000`
477
478
Default timeout to wait for close when Vitest shuts down, in milliseconds
479
packages/vitest/src/defaults.ts
@@ -67,7 +67,7 @@ const config = {
67
exclude: defaultExclude,
68
testTimeout: 5000,
69
hookTimeout: 10000,
70
- teardownTimeout: 1000,
+ teardownTimeout: 10000,
71
isolate: true,
72
watchExclude: ['**/node_modules/**', '**/dist/**'],
73
forceRerunTriggers: [
0 commit comments