Skip to content

Commit

Permalink
test: double test timeout due to slow Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Sep 24, 2024
1 parent b687955 commit a5f9030
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 @@ -22,7 +22,7 @@
"build": "pkgroll",
"format": "prettier --write src",
"type-check": "tsc --noEmit",
"test": "pkgroll && vitest --dir test",
"test": "pkgroll && vitest --dir test --testTimeout 10000",
"prepublishOnly": "pkgroll --clean-dist"
},
"publishConfig": {
Expand Down

0 comments on commit a5f9030

Please sign in to comment.