1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00

Testing - Add cpulimit to address critical issue on Ubuntu #267

This commit is contained in:
dpasukhi 2025-01-17 19:20:01 +00:00
parent 5c64284f9a
commit 22379e84ef

View File

@ -13,6 +13,10 @@ puts ""
set draftAngle 15
set slabThick 30
# Ubuntu have some critical issue on GH
# originally tests have less then 1s test execution time
cpulimit 30
if [catch {OCC712 ${draftAngle} ${slabThick} } catch_result] {
puts "Faulty OCC712"
} else {