mirror of https://github.com/apache/lucene.git
LUCENE-9216: Make sure we index LEAST_DOUBLE_VALUE (#1246)
This commit is contained in:
parent
07de70ba62
commit
49a37708a0
|
@ -55,7 +55,7 @@ public class TestDoubleValuesSource extends LuceneTestCase {
|
|||
if (TEST_NIGHTLY) {
|
||||
numDocs = TestUtil.nextInt(random(), 2049, 4000);
|
||||
} else {
|
||||
numDocs = atLeast(545);
|
||||
numDocs = atLeast(546);
|
||||
}
|
||||
for (int i = 0; i < numDocs; i++) {
|
||||
Document document = new Document();
|
||||
|
|
Loading…
Reference in New Issue