Fix sentinel test not to be so sensitive to time
This commit is contained in:
@@ -69,6 +69,7 @@ public class JedisSentinelPoolTest extends JedisTestBase {
|
||||
}
|
||||
|
||||
waitForFailover(pool, oldMaster);
|
||||
Thread.sleep(100);
|
||||
|
||||
jedis = pool.getResource();
|
||||
assertEquals("PONG", jedis.ping());
|
||||
|
||||
Reference in New Issue
Block a user