mirror of https://github.com/apache/lucene.git
cut back number of test iterations
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@932708 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
877a6f0964
commit
1976521215
|
@ -68,7 +68,7 @@ public class TestCodecs extends MultiCodecTestCase {
|
||||||
private Random RANDOM;
|
private Random RANDOM;
|
||||||
private static String[] fieldNames = new String[] {"one", "two", "three", "four"};
|
private static String[] fieldNames = new String[] {"one", "two", "three", "four"};
|
||||||
|
|
||||||
private final static int NUM_TEST_ITER = 4000;
|
private final static int NUM_TEST_ITER = 20;
|
||||||
private final static int NUM_TEST_THREADS = 3;
|
private final static int NUM_TEST_THREADS = 3;
|
||||||
private final static int NUM_FIELDS = 4;
|
private final static int NUM_FIELDS = 4;
|
||||||
private final static int NUM_TERMS_RAND = 50; // must be > 16 to test skipping
|
private final static int NUM_TERMS_RAND = 50; // must be > 16 to test skipping
|
||||||
|
|
Loading…
Reference in New Issue