Skip to content

Commit 8b0fc86

Browse files
committed
fix: increase test timeout for web
1 parent ada8ffe commit 8b0fc86

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"
51+
"test": "pnpm build && vitest --testTimeout=20000"
5252
},
5353
"keywords": [
5454
"data sync",

0 commit comments

Comments
 (0)