Salome HOME
Adjust reference ratio for the expected time of movement of sketch entities in Test19...
authorazv <azv@opencascade.com>
Wed, 12 Jan 2022 06:21:17 +0000 (09:21 +0300)
committerazv <azv@opencascade.com>
Wed, 12 Jan 2022 06:21:17 +0000 (09:21 +0300)
src/SketchPlugin/Test/Test1966.py

index 905c9e576d7c9feadb21c4a1293a569cc2022f43..554a959895046b725d03fb1441f6822b660d7e08 100644 (file)
@@ -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