diff --git a/benchmarks/2d/many_holes.geo b/benchmarks/2d/many_holes.geo
index 839d2c13aafaca8a4605c545db0129494f12e86c..56f62c9b45ab3fdc551eb1d227f0bda88bd4707c 100644
--- a/benchmarks/2d/many_holes.geo
+++ b/benchmarks/2d/many_holes.geo
@@ -1,6 +1,6 @@
-Point(1) = {0,0,0,50};
-Point(2) = {1473.175,0,0,50};
-Point(3) = {0,1473.75,0,50};
+Point(1) = {0,0,0,10};
+Point(2) = {1473.175,0,0,10};
+Point(3) = {0,1473.75,0,10};
 
 Circle (1) = {2,1,3};
 Line (2) = {1,2};
@@ -12,10 +12,10 @@ Line Loop(10) = {1,-3,2};
 
 Function TubeHole
 
- p1 = newp; Point(p1) = {x,y,0,1};
- p2 = newp; Point(p2) = {x+r,y,0,1};
- p3 = newp; Point(p3) = {x,y+r,0,1};
- p4 = newp; Point(p4) = {x-0.71*r,y-0.71*r,0,1};
+ p1 = newp; Point(p1) = {x,y,0,4};
+ p2 = newp; Point(p2) = {x+r,y,0,4};
+ p3 = newp; Point(p3) = {x,y+r,0,4};
+ p4 = newp; Point(p4) = {x-0.71*r,y-0.71*r,0,4};
 
 c1 = newreg; Circle(c1) = {p2,p1,p3};
 c2 = newreg; Circle(c2) = {p3,p1,p4};