浏览代码

reduced the number of shards in RecoveryWhileUnderLoadIT.testRecoveryWhileRelocating

Boaz Leskes 10 年之前
父节点
当前提交
c5301e853a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/src/test/java/org/elasticsearch/recovery/RecoveryWhileUnderLoadIT.java

+ 1 - 1
core/src/test/java/org/elasticsearch/recovery/RecoveryWhileUnderLoadIT.java

@@ -223,7 +223,7 @@ public class RecoveryWhileUnderLoadIT extends ESIntegTestCase {
     }
 
     public void testRecoverWhileRelocating() throws Exception {
-        final int numShards = between(2, 10);
+        final int numShards = between(2, 5);
         final int numReplicas = 0;
         logger.info("--> creating test index ...");
         int allowNodes = 2;