We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df06c78 commit 1329d6dCopy full SHA for 1329d6d
lucene/core/src/test/org/apache/lucene/codecs/lucene103/blocktree/TestTrie.java
@@ -46,8 +46,8 @@ public void testStrategyChoose() {
46
47
public void testRandomTerms() throws Exception {
48
Supplier<byte[]> supplier = TestTrie::randomBytes;
49
- testTrieBuilder(supplier, atLeast(10000));
50
- testTrieLookup(supplier, TEST_NIGHTLY ? 18 : 12);
+ testTrieBuilder(supplier, atLeast(1000));
+ testTrieLookup(supplier, 12);
51
}
52
53
public void testVeryLongTerms() throws Exception {
0 commit comments