From 481d030ae0731a592ef3fe159b2b366c67cbbd92 Mon Sep 17 00:00:00 2001 From: Artem Zhidkov Date: Thu, 28 May 2020 15:38:55 +0300 Subject: [PATCH] Increase threshold in Test19115.py due to floating spent time for Fuse and Union operations. --- src/FeaturesPlugin/Test/Test19115.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2