test fixed

pull/2637/head
Nikita Koksharov 5 years ago
parent 720582205a
commit 4496a80af6

@ -79,6 +79,8 @@ public class ClusterRunner {
if (!allAlive) {
throw new RedisRunner.FailedToStartRedisException();
}
Thread.sleep(1000);
return new ClusterProcesses(processes);
}

Loading…
Cancel
Save