mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 15:30:39 +00:00
perf(test): lower subagent fast-mode wait floors
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user