test: stabilize gateway reload test gates

This commit is contained in:
Peter Steinberger
2026-04-20 20:23:58 +01:00
parent 0b948b51ae
commit 978e379079

View File

@@ -306,6 +306,9 @@ describe("gateway hot reload", () => {
command: process.execPath,
// CI-hosted Node binaries can be group-writable; these cases cover reload semantics.
allowInsecurePath: true,
// Full-suite parallelism can make Node startup exceed the production default watchdog.
timeoutMs: 15_000,
noOutputTimeoutMs: 15_000,
};
async function writeTalkProviderApiKeyEnvRefConfig(refId = "TALK_API_KEY_REF") {