Skip to content

Commit 05f9a8c

Browse files
committed
fix: remove timeout increase and try change pool behaviour
1 parent 62cf19f commit 05f9a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"build:prod": "pnpm run build:tsc --sourceMap false && pnpm run build:webpack-main && pnpm run build:webpack-workers",
4949
"clean": "rm -rf lib dist tsconfig.tsbuildinfo node_modules",
5050
"watch": "tsc --build -w",
51-
"test": "pnpm build && vitest --testTimeout=25000"
51+
"test": "pnpm build && vitest --pool=forks"
5252
},
5353
"keywords": [
5454
"data sync",

0 commit comments

Comments
 (0)