We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1d2778 commit 31a1bc4Copy full SHA for 31a1bc4
packages/socket/src/streamingsocket.spec.ts
@@ -27,7 +27,7 @@ const enabled = !!globalThis.process?.env.SOCKETSERVER_ENABLED;
27
socket.connect();
28
await socket.connected;
29
socket.disconnect();
30
- }, 6000);
+ }, 8000);
31
32
it("times out when establishing connection takes too long", async () => {
33
const socket = new StreamingSocket(socketServerUrlSlow, 2_000);
0 commit comments