mirror of https://github.com/apache/lucene.git
raise poll timeout to 45s
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1422737 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1491b57338
commit
b73fb7322e
|
@ -180,7 +180,7 @@ public class TestReplicationHandler extends SolrTestCaseJ4 {
|
|||
docList = (SolrDocumentList) res.get("response");
|
||||
timeSlept += 100;
|
||||
Thread.sleep(100);
|
||||
} while(docList.getNumFound() != expectedDocCount && timeSlept < 30000);
|
||||
} while(docList.getNumFound() != expectedDocCount && timeSlept < 45000);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue