mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 08:57:40 +00:00
perf(test): lower fast-mode nested output wait floor to 70ms
This commit is contained in:
@@ -1042,7 +1042,7 @@ export async function runSubagentAnnounceFlow(params: {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (requesterDepth >= 1 && reply?.trim()) {
|
if (requesterDepth >= 1 && reply?.trim()) {
|
||||||
const minReplyChangeWaitMs = FAST_TEST_MODE ? 80 : 250;
|
const minReplyChangeWaitMs = FAST_TEST_MODE ? 70 : 250;
|
||||||
reply = await waitForSubagentOutputChange({
|
reply = await waitForSubagentOutputChange({
|
||||||
sessionKey: params.childSessionKey,
|
sessionKey: params.childSessionKey,
|
||||||
baselineReply: reply,
|
baselineReply: reply,
|
||||||
|
|||||||
Reference in New Issue
Block a user