Skip to content

Commit 29bc5f4

Browse files
committed
test: bump default test timeout
1 parent e63a59e commit 29bc5f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default defineConfig({
1010
},
1111
},
1212
test: {
13+
testTimeout: 10_000,
1314
coverage: {
1415
include: ['src'],
1516
reporter: ['text', 'json', 'html'],

0 commit comments

Comments
 (0)