SOLR-2159: CloudStateUpdateTest.testCoreRegistration test failure

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1023899 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2010-10-18 16:48:03 +00:00
parent 77c71aa7be
commit d42c5e39ac
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ public class CloudStateUpdateTest extends SolrTestCaseJ4 {
container3.shutdown();
// slight pause for watch to trigger
for(int i = 0; i < 4; i++) {
for(int i = 0; i < 10; i++) {
if(zkController2.getCloudState().getLiveNodes().size() == 2) {
break;
}