Skip to content

Commit 3f10cbd

Browse files
committed
fix: increase hook timeout
1 parent 6e24d64 commit 3f10cbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export default defineConfig({
44
test: {
55
environment: "node",
66
testTimeout: 3600000,
7+
hookTimeout: 3600000,
78
include: ["**/*.test.ts"],
89
coverage: {
910
exclude: ["node_modules", "tests", "dist"],

0 commit comments

Comments
 (0)