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 =>