Down timeout

This commit is contained in:
k.struzhkin 2019-01-15 18:35:02 +03:00
parent ea9e6d0982
commit a6a0973cba

View File

@ -88,7 +88,7 @@ public class WbListManagerApplicationTest extends KafkaAbstractTest {
public void init() throws InterruptedException {
riak.start();
// TODO add cycle for up check
Thread.sleep(15000L);
Thread.sleep(10000L);
}
@Test