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 84d09a6 commit bb708beCopy full SHA for bb708be
node/tests/GlideClusterClient.test.ts
@@ -75,7 +75,7 @@ describe("GlideClusterClient", () => {
75
)
76
: // setting replicaCount to 1 to facilitate tests routed to replicas
77
await ValkeyCluster.createCluster(true, 3, 1, getServerVersion);
78
- }, 20000);
+ }, 40000);
79
80
afterEach(async () => {
81
await flushAndCloseClient(true, cluster.getAddresses(), client);
0 commit comments