Skip to content

Commit 989ca08

Browse files
committed
test(server): increase global hook timeout
1 parent e9ccd71 commit 989ca08

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/server/vite.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export default defineConfig(() => ({
1919
exclude: [
2020
"spec/build-checks/**",
2121
],
22+
hookTimeout: 20000,
2223
reporters: [
2324
"verbose"
2425
],

0 commit comments

Comments
 (0)