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:
Mark Robert Miller 2012-01-26 22:01:34 +00:00
parent 0d578c8c8c
commit b0ea2de37d
1 changed files with 1 additions and 1 deletions

View File

@ -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;