From 2a72892f70691ca72e2e227a7b1b22139d143801 Mon Sep 17 00:00:00 2001 From: Lyon <88232613+pikasTech@users.noreply.github.com> Date: Wed, 24 Jun 2026 08:04:27 +0800 Subject: [PATCH] fix(agentrun): lower v02 missing terminal timeout (#806) Co-authored-by: Codex --- config/agentrun.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/agentrun.yaml b/config/agentrun.yaml index 8b460c35..6b8ba79a 100644 --- a/config/agentrun.yaml +++ b/config/agentrun.yaml @@ -334,7 +334,7 @@ controlPlane: serviceAccount: agentrun-v02-runner jobNamePrefix: agentrun-v02-runner idleTimeoutMs: 172800000 - missingTerminalAfterToolTimeoutMs: 180000 + missingTerminalAfterToolTimeoutMs: 60000 backendRetry: maxAttempts: 5 initialBackoffMs: 1000