mirror of https://github.com/apache/lucene.git
LUCENE-6822: Spatial Geo3d: Lower test threshold to satisfy Within predicate.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1705894 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
27fdb7bac7
commit
3d5a4af586
|
@ -103,8 +103,9 @@ public abstract class Geo3dShapeRectRelationTestCase extends RandomizedShapeTest
|
|||
return 20;
|
||||
}
|
||||
|
||||
// producing "within" cases in Geo3D based on our random shapes doesn't happen often. It'd be nice to increase this.
|
||||
protected int getWithinMinimum(int laps) {
|
||||
return 20;
|
||||
return 2;
|
||||
}
|
||||
|
||||
protected int getDisjointMinimum(int laps) {
|
||||
|
|
Loading…
Reference in New Issue