tests: reduce number of shards

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1561332 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2014-01-25 16:27:09 +00:00
parent 0b295b861e
commit 9ed426cbd4
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ public class FullSolrCloudDistribCmdsTest extends AbstractFullDistribZkTestBase
controlClient.commit();
// somtimes we use an oversharded collection
createCollection(null, "collection2", 36, 3, 100000, cloudClient, null, "conf1");
createCollection(null, "collection2", 7, 3, 100000, cloudClient, null, "conf1");
cloudClient.setDefaultCollection("collection2");
waitForRecoveriesToFinish("collection2", false);