]> OCCT Git - occt.git/commitdiff
0032870: Tests - bugs/caf/bug31918_1 is unstable
authormpv <mpv@opencascade.com>
Wed, 6 Apr 2022 08:08:20 +0000 (11:08 +0300)
committersmoskvin <smoskvin@opencascade.com>
Fri, 22 Apr 2022 14:45:08 +0000 (17:45 +0300)
# Make the compared values more stable.

tests/bugs/caf/bug31918_1

index 131529f2fe2588516f23a9838aea3a55fc557d6a..ec7a26ba1da537e274e32ad97cda0ed21625b1cc 100644 (file)
@@ -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"
 }