Skip to content

Commit a5f9030

Browse files
committed
test: double test timeout due to slow Windows CI
1 parent b687955 commit a5f9030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build": "pkgroll",
2323
"format": "prettier --write src",
2424
"type-check": "tsc --noEmit",
25-
"test": "pkgroll && vitest --dir test",
25+
"test": "pkgroll && vitest --dir test --testTimeout 10000",
2626
"prepublishOnly": "pkgroll --clean-dist"
2727
},
2828
"publishConfig": {

0 commit comments

Comments
 (0)