mirror of https://github.com/apache/lucene.git
raise another timeout for this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1034994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8c1ecb0ef0
commit
d699bec7ee
|
@ -217,7 +217,7 @@ public class CloudStateUpdateTest extends SolrTestCaseJ4 {
|
|||
container2 = init2.initialize();
|
||||
|
||||
// pause for watch to trigger
|
||||
for(int i = 0; i < 100; i++) {
|
||||
for(int i = 0; i < 200; i++) {
|
||||
if (container1.getZkController().getCloudState().liveNodesContain(
|
||||
container2.getZkController().getNodeName())) {
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue