Give more time on quorum test in ElectingLevelDBStoreTest

This commit is contained in:
jbonofre 2020-12-02 09:14:52 +01:00
parent 727c9b8e1b
commit 915376128e
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ public class ElectingLevelDBStoreTest extends ZooKeeperTestSupport {
}
LOG.info("Imposing 11s I/O wait on Zookeeper connections, waiting 30s for quorum to be lost");
this.connector.testHandle.setIOWaitMillis(11 * 1000, 30 * 1000);
this.connector.testHandle.setIOWaitMillis(11 * 1000, 60 * 1000);
LOG.info("Confirming that the quorum has been lost");
for (ElectingLevelDBStore store: stores) {