You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2010/11/15 13:05:14 UTC

svn commit: r1035240 - /lucene/dev/trunk/solr/src/test/org/apache/solr/cloud/CloudStateUpdateTest.java

Author: markrmiller
Date: Mon Nov 15 12:05:14 2010
New Revision: 1035240

URL: http://svn.apache.org/viewvc?rev=1035240&view=rev
Log:
raise another timeout for this test

Modified:
    lucene/dev/trunk/solr/src/test/org/apache/solr/cloud/CloudStateUpdateTest.java

Modified: lucene/dev/trunk/solr/src/test/org/apache/solr/cloud/CloudStateUpdateTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/src/test/org/apache/solr/cloud/CloudStateUpdateTest.java?rev=1035240&r1=1035239&r2=1035240&view=diff
==============================================================================
--- lucene/dev/trunk/solr/src/test/org/apache/solr/cloud/CloudStateUpdateTest.java (original)
+++ lucene/dev/trunk/solr/src/test/org/apache/solr/cloud/CloudStateUpdateTest.java Mon Nov 15 12:05:14 2010
@@ -161,10 +161,9 @@ public class CloudStateUpdateTest extend
     
     // 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");