Skip to content

Commit bb708be

Browse files
authored
Increase timeout for GlideClusterClient tests to 40000ms (valkey-io#2606)
Signed-off-by: avifenesh <[email protected]>
1 parent 84d09a6 commit bb708be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/tests/GlideClusterClient.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ describe("GlideClusterClient", () => {
7575
)
7676
: // setting replicaCount to 1 to facilitate tests routed to replicas
7777
await ValkeyCluster.createCluster(true, 3, 1, getServerVersion);
78-
}, 20000);
78+
}, 40000);
7979

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

0 commit comments

Comments
 (0)