Skip to content

Commit 9cffde4

Browse files
committed
chore(test): more limit to timeout
1 parent 5ba86f9 commit 9cffde4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"release": "npm run lint && npm run test && changelogen --release && npm publish && git push --follow-tags",
3535
"lint": "eslint .",
3636
"lint:fix": "eslint . --fix",
37-
"test": "vitest run --test-timeout=20000",
37+
"test": "vitest run --test-timeout=60000",
3838
"test:watch": "vitest watch"
3939
},
4040
"dependencies": {

0 commit comments

Comments
 (0)