Skip to content

Commit 38ef1f0

Browse files
increase test timeout
1 parent 1c206b1 commit 38ef1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ describe("@socket.io/redis-streams-adapter", () => {
165165
const sockets = await servers[0].in(serverSockets[1].id).fetchSockets();
166166
expect(sockets.length).to.eql(1);
167167

168-
const response = await sockets[0].timeout(500).emitWithAck("test");
168+
const response = await sockets[0].timeout(1000).emitWithAck("test");
169169
expect(response).to.eql(2);
170170
});
171171
});

0 commit comments

Comments
 (0)