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:
Michael McCandless 2010-04-10 12:16:01 +00:00
parent 877a6f0964
commit 1976521215
1 changed files with 1 additions and 1 deletions

View File

@ -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