Skip to content

Commit 24097a4

Browse files
committed
fix: limit test concurrency to reduce CI flakes
1 parent 74fee86 commit 24097a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"site:prod": "yarn site:build && yarn site:serve",
4747
"site:serve": "yarn workspace site serve --host 0.0.0.0 --port 3000",
4848
"start": "yarn workspace start dev",
49-
"test": "yarn turbo:run test",
49+
"test": "yarn turbo:run test --concurrency=3",
5050
"test-ios": "./scripts/test-ios.sh",
5151
"test-ios:run": "yarn workspaces foreach --exclude vxrn-monorepo -A run test-ios",
5252
"test-macos": "yarn workspaces foreach -A run test-macos",

0 commit comments

Comments
 (0)