mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
perf(test): reduce channel health monitor check slack
This commit is contained in:
@@ -67,7 +67,7 @@ async function startAndRunCheck(
|
||||
const monitor = startDefaultMonitor(manager, overrides);
|
||||
const startupGraceMs = overrides.startupGraceMs ?? 0;
|
||||
const checkIntervalMs = overrides.checkIntervalMs ?? DEFAULT_CHECK_INTERVAL_MS;
|
||||
await vi.advanceTimersByTimeAsync(startupGraceMs + checkIntervalMs + 500);
|
||||
await vi.advanceTimersByTimeAsync(startupGraceMs + checkIntervalMs + 1);
|
||||
return monitor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user