mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 17:40:24 +08:00
- The maximum value of cpulimit in test cases was limited to 1000 seconds (~ 17 minutes) - cpulimit 1000 has been added to hlr/begin
14 lines
346 B
Plaintext
Executable File
14 lines
346 B
Plaintext
Executable File
puts "================"
|
|
puts "OCC24575"
|
|
puts "================"
|
|
puts ""
|
|
#######################################################################
|
|
# Exception is raised during 'checkshape' operation.
|
|
#######################################################################
|
|
|
|
cpulimit 1000
|
|
|
|
restore [locate_data_file bug24575_cx1.brep] b
|
|
|
|
checkshape b
|