From 79150295e2c6f63a5de76c62d5410ae5443e8049 Mon Sep 17 00:00:00 2001 From: azv Date: Wed, 12 Jan 2022 09:21:17 +0300 Subject: [PATCH] Adjust reference ratio for the expected time of movement of sketch entities in Test1966 to get rid of occasional failures on slow workstations. --- src/SketchPlugin/Test/Test1966.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SketchPlugin/Test/Test1966.py b/src/SketchPlugin/Test/Test1966.py index 905c9e576..554a95989 100644 --- a/src/SketchPlugin/Test/Test1966.py +++ b/src/SketchPlugin/Test/Test1966.py @@ -27,7 +27,7 @@ from timeit import default_timer as timer import math # convenient ratio of time moving point to time creating sketch -MOVE_BUILD_RATIO = 0.1 +MOVE_BUILD_RATIO = 0.2 # tolerance for comparison of reals TOLERANCE = 1.e-7 -- 2.39.2