We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc58c4a commit 0d05244Copy full SHA for 0d05244
packages/integration-tests-next/package.json
@@ -4,7 +4,7 @@
4
"license": "MIT",
5
"private": true,
6
"scripts": {
7
- "test": "node setup.mjs && vitest run --pool threads",
+ "test": "node setup.mjs && vitest run --pool threads --test-timeout=10000",
8
"lint": "eslint .",
9
"check:types": "tsc --project ./tsconfig.json --noEmit",
10
"clean": "run-s clean:build",
0 commit comments