From: Artem Zhidkov Date: Thu, 28 May 2020 12:38:55 +0000 (+0300) Subject: Increase threshold in Test19115.py due to floating spent time for Fuse and Union... X-Git-Tag: V9_5_0rc1~27 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=481d030ae0731a592ef3fe159b2b366c67cbbd92;p=modules%2Fshaper.git Increase threshold in Test19115.py due to floating spent time for Fuse and Union operations. --- diff --git a/src/FeaturesPlugin/Test/Test19115.py b/src/FeaturesPlugin/Test/Test19115.py index f7942d8a5..a93eea7b5 100644 --- a/src/FeaturesPlugin/Test/Test19115.py +++ b/src/FeaturesPlugin/Test/Test19115.py @@ -84,4 +84,4 @@ model.testResultsVolumes(Fuse_1, [0.78640233633346512398532]) print("Elapsed time of Union: {}".format(tUnion)) print("Elapsed time of Fuse: {}".format(tFuse)) -assert(tFuse <= tUnion * 1.35) +assert(tFuse <= tUnion * 1.5)