fix: 统一 AgentRun session hard-timeout

This commit is contained in:
Codex
2026-07-13 17:57:29 +02:00
parent a566bfb9cb
commit 38efb1605c
5 changed files with 31 additions and 6 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ const agentRunClientYaml = [
" executionPolicy:",
" sandbox: workspace-write",
" approval: never",
" timeoutMs: 900000",
" timeoutMs: 7200000",
" network: enabled",
" secretScope:",
" allowCredentialEcho: false",