tests: speed up non nightly run

This commit is contained in:
markrmiller 2016-12-29 06:42:14 -05:00
parent c58eaa1a49
commit fa959ad25d
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ public class TestStressLiveNodes extends SolrCloudTestCase {
public void testStress() throws Exception {
// do many iters, so we have "bursts" of adding nodes that we then check
final int numIters = atLeast(1000);
final int numIters = atLeast(TEST_NIGHTLY ? 1000 : 100);
for (int iter = 0; iter < numIters; iter++) {
// sanity check that ZK says there is in fact 1 live node