mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 21:38:25 +00:00
perf: speed up gateway missing-tick e2e watchdog
This commit is contained in:
@@ -70,6 +70,7 @@ describe("GatewayClient", () => {
|
||||
const client = new GatewayClient({
|
||||
url: `ws://127.0.0.1:${port}`,
|
||||
connectDelayMs: 0,
|
||||
tickWatchMinIntervalMs: 5,
|
||||
onClose: (code, reason) => resolve({ code, reason }),
|
||||
});
|
||||
client.start();
|
||||
|
||||
Reference in New Issue
Block a user