test: isolate gateway lock per run

This commit is contained in:
Peter Steinberger
2025-12-10 00:58:59 +00:00
parent cf8b00890f
commit 3907e9eedd
3 changed files with 37 additions and 15 deletions

View File

@@ -97,7 +97,7 @@ function buildSnapshot(): Snapshot {
const MAX_PAYLOAD_BYTES = 512 * 1024; // cap incoming frame size
const MAX_BUFFERED_BYTES = 1.5 * 1024 * 1024; // per-connection send buffer limit
const HANDSHAKE_TIMEOUT_MS = 3_000;
const HANDSHAKE_TIMEOUT_MS = 10_000;
const TICK_INTERVAL_MS = 30_000;
const HEALTH_REFRESH_INTERVAL_MS = 60_000;
const DEDUPE_TTL_MS = 5 * 60_000;