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:
David Wayne Smiley 2015-09-29 17:13:51 +00:00
parent 27fdb7bac7
commit 3d5a4af586
1 changed files with 2 additions and 1 deletions

View File

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