speed up this test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1331009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-04-26 18:25:12 +00:00
parent 606205c642
commit 325c83e650
1 changed files with 1 additions and 1 deletions

View File

@ -696,7 +696,7 @@ public class OverseerTest extends SolrTestCaseJ4 {
reader = new ZkStateReader(controllerClient);
reader.createClusterStateWatchersAndUpdate();
for (int i = 0; i < 20; i++) {
for (int i = 0; i < atLeast(4); i++) {
mockController = new MockZKController(server.getZkAddress(), "node1", "collection1");
mockController.publishState("core1", "state1",1);
if(mockController2!=null) {