mirror of https://github.com/apache/lucene.git
boost this test poll timeout just a bit more
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236406 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0d578c8c8c
commit
b0ea2de37d
|
@ -150,7 +150,7 @@ public class LeaderElectionIntegrationTest extends SolrTestCaseJ4 {
|
|||
//printLayout(zkServer.getZkAddress());
|
||||
|
||||
// poll until leader change is visible
|
||||
for (int j = 0; j < 60; j++) {
|
||||
for (int j = 0; j < 75; j++) {
|
||||
String currentLeader = getLeader();
|
||||
if(!leader.equals(currentLeader)) {
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue