From 477bb734f53606c90e129634d6268f4e7883aafb Mon Sep 17 00:00:00 2001 From: kumarabhirup Date: Sun, 15 Feb 2026 13:07:53 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20timeout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/agents/timeout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/timeout.ts b/src/agents/timeout.ts index 56970a11852..6a1b5c3d838 100644 --- a/src/agents/timeout.ts +++ b/src/agents/timeout.ts @@ -1,6 +1,6 @@ import type { OpenClawConfig } from "../config/config.js"; -const DEFAULT_AGENT_TIMEOUT_SECONDS = 600; +const DEFAULT_AGENT_TIMEOUT_SECONDS = 1800; const MAX_SAFE_TIMEOUT_MS = 2_147_000_000; const normalizeNumber = (value: unknown): number | undefined =>