also raise this test timeout

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1236254 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-01-26 15:54:10 +00:00
parent 228a324062
commit 9415095fc7
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 < 30; j++) {
for (int j = 0; j < 60; j++) {
String currentLeader = getLeader();
if(!leader.equals(currentLeader)) {
break;