Skip to content

Commit 0d05244

Browse files
committed
increase test timeout for Windows
1 parent dc58c4a commit 0d05244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integration-tests-next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"private": true,
66
"scripts": {
7-
"test": "node setup.mjs && vitest run --pool threads",
7+
"test": "node setup.mjs && vitest run --pool threads --test-timeout=10000",
88
"lint": "eslint .",
99
"check:types": "tsc --project ./tsconfig.json --noEmit",
1010
"clean": "run-s clean:build",

0 commit comments

Comments
 (0)