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:
Mark Robert Miller 2010-11-15 12:05:14 +00:00
parent 0630ca3119
commit e9e615fe9f
1 changed files with 1 additions and 2 deletions

View File

@ -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");