Skip to content

Commit

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

0 comments on commit fa54de0

Please sign in to comment.