Skip to content

Commit 4521fbe

Browse files
Bump up the hook timeout on vitest-pool-workers tests
Occasionally I saw this failing during the global setup
1 parent c9270f6 commit 4521fbe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vitest-pool-workers/vitest.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ export default defineConfig({
55
globalSetup: ["./test/global-setup.ts"],
66
exclude: [...configDefaults.exclude, "**/*.worker.test.ts"],
77
testTimeout: 30_000,
8+
hookTimeout: 60_000,
89
},
910
});

0 commit comments

Comments
 (0)