Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a5f9030

Browse files
committedSep 24, 2024··
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

+1-1
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)
Please sign in to comment.