Skip to content

Commit

Permalink
Increase timeout for GlideClusterClient tests to 40000ms (#2606)
Browse files Browse the repository at this point in the history
Signed-off-by: avifenesh <[email protected]>
  • Loading branch information
avifenesh authored Nov 5, 2024
1 parent 84d09a6 commit bb708be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/tests/GlideClusterClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ describe("GlideClusterClient", () => {
)
: // setting replicaCount to 1 to facilitate tests routed to replicas
await ValkeyCluster.createCluster(true, 3, 1, getServerVersion);
}, 20000);
}, 40000);

afterEach(async () => {
await flushAndCloseClient(true, cluster.getAddresses(), client);
Expand Down

0 comments on commit bb708be

Please sign in to comment.