using a more sensible session timeout sorts org.apache.activemq.leveldb.test.ElectingLevelDBStoreTest#testElection also

This commit is contained in:
gtully 2015-01-05 21:05:34 +00:00
parent 4d8489ba38
commit 6c2e2f5446
1 changed files with 1 additions and 0 deletions

View File

@ -221,6 +221,7 @@ public class ElectingLevelDBStoreTest extends ZooKeeperTestSupport {
store.setSecurityToken("foo");
store.setLogSize(1024 * 200);
store.setReplicas(2);
store.setZkSessionTimeout("15s");
store.setZkAddress("localhost:" + connector.getLocalPort());
store.setZkPath("/broker-stores");
store.setBrokerName("foo");