From 53423a2a7fd5ca263ff254bccca00eeb3f43b92b Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Wed, 6 May 2026 01:12:48 -0700 Subject: [PATCH] test(gateway): disable heartbeat in codex bind live --- src/gateway/gateway-codex-bind.live.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gateway/gateway-codex-bind.live.test.ts b/src/gateway/gateway-codex-bind.live.test.ts index 7309145fece..e668ccdecd0 100644 --- a/src/gateway/gateway-codex-bind.live.test.ts +++ b/src/gateway/gateway-codex-bind.live.test.ts @@ -291,6 +291,7 @@ async function writeGatewayConfig(params: { agentRuntime: { id: "codex" }, model: { primary: `codex/${params.model}` }, skipBootstrap: true, + heartbeat: { every: "0m" }, sandbox: { mode: "off" }, }, },