aboutsummaryrefslogtreecommitdiff
path: root/src/zenserver-test
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2026-03-18 09:17:34 +0100
committerGitHub Enterprise <[email protected]>2026-03-18 09:17:34 +0100
commit1855797eb17a1484ed937a21b8db3c0a92ba7aa8 (patch)
treede751f50f4720f5c1d551257ac80dc986b31698b /src/zenserver-test
parentPropagate errors from FunctionRunner::RegisterWorker (diff)
parentfix for GHES failing on upload-artifacts@v3 (#856) (diff)
downloadzen-sb/compute-batch.tar.xz
zen-sb/compute-batch.zip
Merge branch 'main' into sb/compute-batchsb/compute-batch
Diffstat (limited to 'src/zenserver-test')
-rw-r--r--src/zenserver-test/hub-tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenserver-test/hub-tests.cpp b/src/zenserver-test/hub-tests.cpp
index 9c1669256..958a0b050 100644
--- a/src/zenserver-test/hub-tests.cpp
+++ b/src/zenserver-test/hub-tests.cpp
@@ -47,7 +47,7 @@ TEST_CASE("hub.lifecycle.children")
{
ZenServerInstance Instance(TestEnv, ZenServerInstance::ServerMode::kHubServer);
- const uint16_t PortNumber = Instance.SpawnServerAndWaitUntilReady();
+ const uint16_t PortNumber = Instance.SpawnServerAndWaitUntilReady("--hub-instance-corelimit=2 --hub-instance-http-threads=6");
REQUIRE(PortNumber != 0);
SUBCASE("spawn")