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@1034646 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
95d93d52c5
commit
20c7f9064d
|
@ -199,7 +199,7 @@ public class CloudStateUpdateTest extends SolrTestCaseJ4 {
|
|||
container3.shutdown();
|
||||
|
||||
// slight pause for watch to trigger
|
||||
for(int i = 0; i < 10; i++) {
|
||||
for(int i = 0; i < 30; i++) {
|
||||
if(zkController2.getCloudState().getLiveNodes().size() == 2) {
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue