Skip to content

Commit 7c9b3ea

Browse files
committed
Bound hosted test-suite concurrency
1 parent b1dc1bb commit 7c9b3ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎scripts/run-test-suite.mjs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ delete env.CTRL_DATA_DIR;
1616
delete env.HELM_APP_ROOT;
1717
const suites = [
1818
["test/native-world.mjs"],
19-
["--test",
19+
["--test", "--test-concurrency=2",
2020
"test/phase6-modules.mjs",
2121
"test/routing.mjs", "test/routing-disabled-account.mjs", "test/routing-antigravity.mjs", "test/desktop.mjs", "test/update-service.mjs",
2222
"test/channel-computers.mjs", "test/channel-computers-isolated-backends.mjs", "test/event-loop-unblocking.mjs", "test/read-state.mjs",

0 commit comments

Comments
 (0)