diff --git a/src/gateway/server-startup-post-attach.test.ts b/src/gateway/server-startup-post-attach.test.ts index 70250ba543e..a68103bba38 100644 --- a/src/gateway/server-startup-post-attach.test.ts +++ b/src/gateway/server-startup-post-attach.test.ts @@ -349,7 +349,7 @@ describe("startGatewayPostAttachRuntime", () => { expect(hoisted.ensureOpenClawModelsJson).toHaveBeenCalledTimes(1); expect(startChannels).toHaveBeenCalledTimes(1); }, - { timeout: 250 }, + { timeout: 2_000 }, ); await sidecarsPromise;