From: mpv Date: Wed, 6 Apr 2022 08:08:20 +0000 (+0300) Subject: 0032870: Tests - bugs/caf/bug31918_1 is unstable X-Git-Tag: V7_7_0_beta~135 X-Git-Url: http://git.dev.opencascade.org/gitweb/?a=commitdiff_plain;h=1fff4ad5a7bbdf8786b529a4043550f9990b6fb0;p=occt.git 0032870: Tests - bugs/caf/bug31918_1 is unstable # Make the compared values more stable. --- diff --git a/tests/bugs/caf/bug31918_1 b/tests/bugs/caf/bug31918_1 index 131529f2fe..ec7a26ba1d 100644 --- a/tests/bugs/caf/bug31918_1 +++ b/tests/bugs/caf/bug31918_1 @@ -53,7 +53,7 @@ set quater_time [action_time -read0:2] puts "Quater of document open time $quater_time mcs" # Check that open of quater of the document is significantly faster than open of whole. -if { [expr $quater_time * 1.75] > $whole_time } { +if { [expr $quater_time * 1.5] > $whole_time } { puts "Error : loading of quater of the document content too slow relatively to the whole document load" }