mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 15:01:41 +03:00
perf: add zero-delay gateway client connect for tests
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user