Skip to content

Commit 965a279

Browse files
Increased timeout for hooks in vitest config due to hook timeout issues in devcontainer
1 parent 4e5d630 commit 965a279

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
@@ -32,6 +32,7 @@ export default defineConfig({
3232
},
3333
include: ['tests/**/*.test.ts'],
3434
testTimeout: 30000,
35+
hookTimeout: 60000, // Increase hook timeout for devcontainer environments
3536
// Ensure proper isolation of tests
3637
isolate: true,
3738
pool: 'forks',

0 commit comments

Comments
 (0)