Skip to content

Commit

Permalink
adding time to after all for avoiding failure on timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
avifenesh committed Mar 6, 2024
1 parent 1a97371 commit 5d3b4f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/tests/RedisClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe("RedisClient", () => {
if (testsFailed === 0) {
await cluster.close();
}
});
}, TIMEOUT);

const getAddress = (port: number) => {
return [{ host: "localhost", port }];
Expand Down

0 comments on commit 5d3b4f4

Please sign in to comment.