summaryrefslogtreecommitdiff
path: root/test/geometry
diff options
context:
space:
mode:
Diffstat (limited to 'test/geometry')
-rw-r--r--test/geometry/linesAndSegments.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/geometry/linesAndSegments.cpp b/test/geometry/linesAndSegments.cpp
index 5bfa675..abbcfc8 100644
--- a/test/geometry/linesAndSegments.cpp
+++ b/test/geometry/linesAndSegments.cpp
@@ -220,7 +220,7 @@ int main() {
stress_lineIntersection(100);
stress_lineIntersection(1'000'000'000);
stress_lineIntersection2(100);
- stress_lineIntersection2(1'000'000);
+ stress_lineIntersection2(10'000);//intersection can bet at N^3
stress_distToLine(100);
stress_distToLine(1'000'000'000);
stress_projectToLine(100);