Skip to content

Commit

Permalink
chore(test): more limit to timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Aug 15, 2024
1 parent 5ba86f9 commit 9cffde4
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 @@ -34,7 +34,7 @@
"release": "npm run lint && npm run test && changelogen --release && npm publish && git push --follow-tags",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest run --test-timeout=20000",
"test": "vitest run --test-timeout=60000",
"test:watch": "vitest watch"
},
"dependencies": {
Expand Down

0 comments on commit 9cffde4

Please sign in to comment.