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 43d6dcc..edf42ec 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 {