Skip to content

Commit a751a84

Browse files
authored
Merge branch 'feature/automatic-failover' into ali/aa-failover-healthCheckOnInit
2 parents 1ae7219 + 34a8107 commit a751a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/redis/clients/jedis/mcf/FailbackMechanismIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ void testMultipleClusterFailbackPriority() throws InterruptedException {
271271
MultiClusterPooledConnectionProviderHelper.onHealthStatusChange(provider, endpoint3, HealthStatus.UNHEALTHY, HealthStatus.HEALTHY);
272272

273273
// Wait for failback
274-
Thread.sleep(200);
274+
Thread.sleep(250);
275275

276276
// Should fail back to cluster3 (highest weight)
277277
assertEquals(provider.getCluster(endpoint3), provider.getCluster());

0 commit comments

Comments
 (0)