[TEST] Revert accidential massive iterations

This commit is contained in:
Simon Willnauer 2014-11-18 17:26:31 +01:00
parent fdac110368
commit 7f27664ae0
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ public class SearchWhileCreatingIndexTests extends ElasticsearchIntegrationTest
int shardsNo = numberOfReplicas + 1;
int neededNodes = shardsNo <= 2 ? 1 : shardsNo / 2 + 1;
internalCluster().ensureAtLeastNumDataNodes(randomIntBetween(neededNodes, shardsNo));
for (int i = 0; i < 200; i++) {
for (int i = 0; i < 20; i++) {
logger.info("running iteration {}", i);
if (createIndex) {
createIndex("test");