fix(agentrun): lower v02 missing terminal timeout (#806)

Co-authored-by: Codex <codex@noreply.local>
This commit is contained in:
Lyon
2026-06-24 08:04:27 +08:00
committed by GitHub
parent 59fe4a4d98
commit 2a72892f70
+1 -1
View File
@@ -334,7 +334,7 @@ controlPlane:
serviceAccount: agentrun-v02-runner
jobNamePrefix: agentrun-v02-runner
idleTimeoutMs: 172800000
missingTerminalAfterToolTimeoutMs: 180000
missingTerminalAfterToolTimeoutMs: 60000
backendRetry:
maxAttempts: 5
initialBackoffMs: 1000