test(codex): keep live subagent smoke lightweight · openclaw/openclaw@469bec9
steipete
·
2026-06-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -791,7 +791,7 @@ async function waitForCodexSubagentStarted(params: {
|
791 | 791 | childSessionKey: string; |
792 | 792 | events: CapturedAgentEvent[]; |
793 | 793 | }): Promise<void> { |
794 | | -const deadline = Date.now() + Math.min(CODEX_HARNESS_REQUEST_TIMEOUT_MS, 120_000); |
| 794 | +const deadline = Date.now() + CODEX_HARNESS_REQUEST_TIMEOUT_MS; |
795 | 795 | while (Date.now() < deadline) { |
796 | 796 | if (hasCodexAppServerLifecycleEvent(params)) { |
797 | 797 | return; |
@@ -876,6 +876,7 @@ async function verifyCodexSubagentProbe(params: {
|
876 | 876 | mode: "run", |
877 | 877 | cleanup: "keep", |
878 | 878 | context: "isolated", |
| 879 | +lightContext: true, |
879 | 880 | expectsCompletionMessage: false, |
880 | 881 | runTimeoutSeconds: CODEX_HARNESS_AGENT_TIMEOUT_SECONDS, |
881 | 882 | }, |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。