perf: add zero-delay gateway client connect for tests

This commit is contained in:
Peter Steinberger
2026-02-13 19:31:05 +00:00
parent 5645f227f6
commit c801ffdf99
5 changed files with 13 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ const connectNodeClient = async (params: {
});
const client = new GatewayClient({
url: `ws://127.0.0.1:${params.port}`,
connectDelayMs: 0,
token,
role: "node",
clientName: GATEWAY_CLIENT_NAMES.NODE_HOST,