mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:10:44 +00:00
test(gateway): wait longer for codex harness subagent start
This commit is contained in:
@@ -543,7 +543,7 @@ async function waitForCodexSubagentStarted(params: {
|
||||
events: CapturedAgentEvent[];
|
||||
parentSessionKey: string;
|
||||
}): Promise<Record<string, unknown> | undefined> {
|
||||
const deadline = Date.now() + Math.min(CODEX_HARNESS_REQUEST_TIMEOUT_MS, 30_000);
|
||||
const deadline = Date.now() + Math.min(CODEX_HARNESS_REQUEST_TIMEOUT_MS, 120_000);
|
||||
let lastRow: Record<string, unknown> | undefined;
|
||||
let lastError: unknown;
|
||||
while (Date.now() < deadline) {
|
||||
|
||||
Reference in New Issue
Block a user