diff --git a/test/helpers/gateway-e2e-harness.ts b/test/helpers/gateway-e2e-harness.ts index 4f3e922b5fc..bd04cd6566c 100644 --- a/test/helpers/gateway-e2e-harness.ts +++ b/test/helpers/gateway-e2e-harness.ts @@ -454,7 +454,7 @@ export async function waitForChatFinalEvent(params: { sessionKey: string; timeoutMs?: number; }): Promise { - const deadline = Date.now() + (params.timeoutMs ?? 15_000); + const deadline = Date.now() + (params.timeoutMs ?? 45_000); while (Date.now() < deadline) { const match = params.events.find( (evt) =>