Skip to content

Commit

Permalink
test: increse test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jan 15, 2025
1 parent acd1ee2 commit c8a4234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
tsconfigPaths(),
],
test: {
testTimeout: 15_000,
testTimeout: 30_000,
reporters: 'dot',
exclude: [
'**/vendor/**',
Expand Down

0 comments on commit c8a4234

Please sign in to comment.