mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:29:35 +00:00
test(gateway): speed up contract and polling suites
This commit is contained in:
@@ -303,7 +303,7 @@ describe("gateway server auth/connect", () => {
|
||||
try {
|
||||
const ws = await openWs(port);
|
||||
const handshakeTimeoutMs = getHandshakeTimeoutMs();
|
||||
const closed = await waitForWsClose(ws, handshakeTimeoutMs + 120);
|
||||
const closed = await waitForWsClose(ws, handshakeTimeoutMs + 60);
|
||||
expect(closed).toBe(true);
|
||||
} finally {
|
||||
if (prevHandshakeTimeout === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user