Skip to content

Commit c8a4234

Browse files
committed
test: increse test timeout
1 parent acd1ee2 commit c8a4234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vitest.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default defineConfig({
88
tsconfigPaths(),
99
],
1010
test: {
11-
testTimeout: 15_000,
11+
testTimeout: 30_000,
1212
reporters: 'dot',
1313
exclude: [
1414
'**/vendor/**',

0 commit comments

Comments
 (0)