mirror of https://github.com/apache/activemq.git
Give more time on quorum test in ElectingLevelDBStoreTest
This commit is contained in:
parent
727c9b8e1b
commit
915376128e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue