Skip to content

Commit 40723fe

Browse files
committed
chore: updates default test timeout
1 parent aeef386 commit 40723fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ export default defineConfig({
55
clearMocks: true,
66
globals: true,
77
environment: 'node',
8+
testTimeout: 150000,
89
},
910
});

0 commit comments

Comments
 (0)