We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9270f6 commit 4521fbeCopy full SHA for 4521fbe
packages/vitest-pool-workers/vitest.config.mts
@@ -5,5 +5,6 @@ export default defineConfig({
5
globalSetup: ["./test/global-setup.ts"],
6
exclude: [...configDefaults.exclude, "**/*.worker.test.ts"],
7
testTimeout: 30_000,
8
+ hookTimeout: 60_000,
9
},
10
});
0 commit comments