]> OCCT Git - occt-copy.git/commitdiff
0024005: Intersecting a slightly off angle plane with a cylinder takes 7+ seconds
authorbugmaster <bugmaster@opencascade.com>
Fri, 4 Oct 2013 08:39:02 +0000 (12:39 +0400)
committerbugmaster <bugmaster@opencascade.com>
Fri, 4 Oct 2013 08:39:02 +0000 (12:39 +0400)
Update testing case

tests/bugs/modalg_5/bug24005

index 43d6dcc020e5bec96414071bcbea47d8da6246cd..edf42ecfcd591e458821730a988eda0a37d9f267 100755 (executable)
@@ -19,7 +19,7 @@ set q [dchrono h show]
 regexp {CPU user time: ([-0-9.+eE]+) seconds} $q full z
 puts "$z"
 
-set max_time 0.1
+set max_time 0.3
 if { $z > ${max_time} } {                                         
     puts "Elapsed time is more than ${max_time} seconds - Faulty"
 } else {