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:
Mark Robert Miller 2010-11-13 04:51:31 +00:00
parent 95d93d52c5
commit 20c7f9064d
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}