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
+1
View File
@@ -94,6 +94,7 @@ async function connectClient(params: { url: string; token: string }) {
};
const client = new GatewayClient({
url: params.url,
connectDelayMs: 0,
token: params.token,
clientName: GATEWAY_CLIENT_NAMES.TEST,
clientDisplayName: "vitest-timeout-fallback",