perf: speed up gateway missing-tick e2e watchdog

This commit is contained in:
Peter Steinberger
2026-02-13 19:37:47 +00:00
parent e746a67cc3
commit c8b198ab51
2 changed files with 8 additions and 1 deletions

View File

@@ -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();