Bump test wait time for redis

This commit is contained in:
rob bygrave
2021-03-18 22:18:34 +13:00
parent 9b066e4eac
commit ce1d2803ce
@@ -118,6 +118,6 @@ public class ClusterTest {
}
private void allowAsyncMessaging() throws InterruptedException {
Thread.sleep(20);
Thread.sleep(50);
}
}