test: stabilize gateway startup prewarm test

This commit is contained in:
Peter Steinberger
2026-04-28 10:14:03 +01:00
parent 1912e309f7
commit 9cdae734a7

View File

@@ -349,7 +349,7 @@ describe("startGatewayPostAttachRuntime", () => {
expect(hoisted.ensureOpenClawModelsJson).toHaveBeenCalledTimes(1);
expect(startChannels).toHaveBeenCalledTimes(1);
},
{ timeout: 250 },
{ timeout: 2_000 },
);
await sidecarsPromise;