mirror of https://github.com/openclaw/openclaw.git
perf(test): trim nested subagent output wait floor in fast mode
This commit is contained in:
parent
2900eb5456
commit
36375f121f
|
|
@ -1042,7 +1042,7 @@ export async function runSubagentAnnounceFlow(params: {
|
|||
}
|
||||
|
||||
if (requesterDepth >= 1 && reply?.trim()) {
|
||||
const minReplyChangeWaitMs = FAST_TEST_MODE ? 120 : 250;
|
||||
const minReplyChangeWaitMs = FAST_TEST_MODE ? 100 : 250;
|
||||
reply = await waitForSubagentOutputChange({
|
||||
sessionKey: params.childSessionKey,
|
||||
baselineReply: reply,
|
||||
|
|
|
|||
Loading…
Reference in New Issue