Skip to content

Commit eb2d72f

Browse files
committed
chore: incresed hook timeout for CI
1 parent 8830f3c commit eb2d72f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ export default defineConfig({
1515
globals: true,
1616
setupFiles: "./vitest.setup.ts",
1717
testTimeout: 20000,
18+
hookTimeout: 20000,
1819
},
1920
});

0 commit comments

Comments
 (0)