From a846b577a584d648ec8558e8105e4e295a500e83 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Wed, 6 May 2026 20:39:11 -0700 Subject: [PATCH] test(live): stabilize gateway timeout assertion --- src/gateway/gateway-models.profiles.live.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gateway/gateway-models.profiles.live.test.ts b/src/gateway/gateway-models.profiles.live.test.ts index 40b9058c675..5567b70e3af 100644 --- a/src/gateway/gateway-models.profiles.live.test.ts +++ b/src/gateway/gateway-models.profiles.live.test.ts @@ -578,7 +578,7 @@ describe("resolveGatewayLiveSuiteTimeoutMs", () => { }); it("scales model-capped sweeps for multi-probe retries", () => { - expect(resolveGatewayLiveSuiteTimeoutMs(3)).toBeGreaterThan(GATEWAY_LIVE_DEFAULT_TIMEOUT_MS); + expect(resolveGatewayLiveSuiteTimeoutMs(4)).toBeGreaterThan(GATEWAY_LIVE_DEFAULT_TIMEOUT_MS); }); it("caps very large model sweeps", () => {