mirror of https://github.com/openclaw/openclaw.git
perf(test): lower subagent fast-mode wait floors
This commit is contained in:
parent
54e0786ba6
commit
c348a13640
|
|
@ -39,8 +39,8 @@ import { readLatestAssistantReply } from "./tools/agent-step.js";
|
|||
import { sanitizeTextContent, extractAssistantText } from "./tools/sessions-helpers.js";
|
||||
|
||||
const FAST_TEST_MODE = process.env.OPENCLAW_TEST_FAST === "1";
|
||||
const FAST_TEST_RETRY_INTERVAL_MS = 10;
|
||||
const FAST_TEST_REPLY_CHANGE_WAIT_MS = 30;
|
||||
const FAST_TEST_RETRY_INTERVAL_MS = 8;
|
||||
const FAST_TEST_REPLY_CHANGE_WAIT_MS = 20;
|
||||
|
||||
type ToolResultMessage = {
|
||||
role?: unknown;
|
||||
|
|
|
|||
Loading…
Reference in New Issue