diff options
| author | Stefan Boberg <[email protected]> | 2026-03-18 09:17:34 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-03-18 09:17:34 +0100 |
| commit | 1855797eb17a1484ed937a21b8db3c0a92ba7aa8 (patch) | |
| tree | de751f50f4720f5c1d551257ac80dc986b31698b /src/zenserver-test | |
| parent | Propagate errors from FunctionRunner::RegisterWorker (diff) | |
| parent | fix for GHES failing on upload-artifacts@v3 (#856) (diff) | |
| download | zen-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.cpp | 2 |
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") |