mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 00:33:31 +00:00
test: reclassify gateway local suites from e2e
This commit is contained in:
@@ -585,6 +585,7 @@ export async function connectWebchatClient(params: {
|
||||
const ws = new WebSocket(`ws://127.0.0.1:${params.port}`, {
|
||||
headers: { origin },
|
||||
});
|
||||
trackConnectChallengeNonce(ws);
|
||||
await new Promise<void>((resolve, reject) => {
|
||||
const timer = setTimeout(() => reject(new Error("timeout waiting for ws open")), 10_000);
|
||||
const onOpen = () => {
|
||||
|
||||
Reference in New Issue
Block a user