From: azv Date: Wed, 12 Jan 2022 06:21:17 +0000 (+0300) Subject: Adjust reference ratio for the expected time of movement of sketch entities in Test19... X-Git-Tag: V9_9_0a1~11 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=79150295e2c6f63a5de76c62d5410ae5443e8049;p=modules%2Fshaper.git Adjust reference ratio for the expected time of movement of sketch entities in Test1966 to get rid of occasional failures on slow workstations. --- 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