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 08c6c8b commit 96d8c8fCopy full SHA for 96d8c8f
test/websocket.test.js
@@ -1381,7 +1381,7 @@ describe('WebSocket', () => {
1381
ws.close();
1382
ws.on('close', () => done());
1383
});
1384
- });
+ }).timeout(4000);
1385
1386
it("can be called from a listener of the 'upgrade' event", (done) => {
1387
const wss = new WebSocket.Server({ port: 0 }, () => {
@@ -1630,7 +1630,7 @@ describe('WebSocket', () => {
1630
ws.terminate();
1631
1632
1633
1634
1635
1636
0 commit comments