Skip to content

Commit b2113a4

Browse files
committed
test(vitest): add configuration for test hook timeout of 6 minutes
1 parent f38e19d commit b2113a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

vitest.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
import { defineConfig } from 'vitest/config'
2+
3+
export default defineConfig({
4+
test: {
5+
hookTimeout: 360000, // 6 minutes
6+
},
7+
})

0 commit comments

Comments
 (0)