Skip to content

Commit

Permalink
add vitest timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 24, 2024
1 parent b033cbd commit 5d8715f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"vitest": "^2.1.1"
},
"scripts": {
"test": "vitest run",
"test": "vitest run --test-timeout=20000",
"coverage": "c8 --reporter=lcov --reporter=text npm test",
"lint": "biome check .",
"format": "biome check . --write",
Expand Down

0 comments on commit 5d8715f

Please sign in to comment.