test(gateway): wait longer for codex harness subagent start · openclaw/openclaw@f99fb2a
steipete
·
2026-04-27
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -543,7 +543,7 @@ async function waitForCodexSubagentStarted(params: {
|
543 | 543 | events: CapturedAgentEvent[]; |
544 | 544 | parentSessionKey: string; |
545 | 545 | }): Promise<Record<string, unknown> | undefined> { |
546 | | -const deadline = Date.now() + Math.min(CODEX_HARNESS_REQUEST_TIMEOUT_MS, 30_000); |
| 546 | +const deadline = Date.now() + Math.min(CODEX_HARNESS_REQUEST_TIMEOUT_MS, 120_000); |
547 | 547 | let lastRow: Record<string, unknown> | undefined; |
548 | 548 | let lastError: unknown; |
549 | 549 | while (Date.now() < deadline) { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。