mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-04 18:06:22 +03:00
0024005: Intersecting a slightly off angle plane with a cylinder takes 7+ seconds
Update testing case
This commit is contained in:
parent
8335fd2061
commit
f92826ebaa
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user