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@1035240 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0630ca3119
commit
e9e615fe9f
|
@ -161,10 +161,9 @@ public class CloudStateUpdateTest extends SolrTestCaseJ4 {
|
|||
|
||||
// slight pause - TODO: takes an oddly long amount of time to schedule tasks
|
||||
// with almost no delay ...
|
||||
Thread.sleep(5000);
|
||||
CloudState cloudState2 = null;
|
||||
Map<String,Slice> slices = null;
|
||||
for (int i = 30; i > 0; i--) {
|
||||
for (int i = 60; i > 0; i--) {
|
||||
cloudState2 = zkController2.getCloudState();
|
||||
slices = cloudState2.getSlices("testcore");
|
||||
|
||||
|
|
Loading…
Reference in New Issue