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 3929b82 commit 504b142Copy full SHA for 504b142
lucene/core/src/test/org/apache/lucene/index/TestForTooMuchCloning.java
@@ -85,7 +85,7 @@ public void test() throws Exception {
85
// perform.
86
assertTrue(
87
"too many calls to IndexInput.clone during TermRangeQuery: " + queryCloneCount,
88
- queryCloneCount <= Math.max(s.getLeafContexts().size(), s.getSlices().length) * 6);
+ queryCloneCount <= Math.max(s.getLeafContexts().size(), s.getSlices().length) * 7);
89
r.close();
90
dir.close();
91
}
0 commit comments