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:
parent
5c64284f9a
commit
22379e84ef
@ -13,6 +13,10 @@ puts ""
|
|||||||
set draftAngle 15
|
set draftAngle 15
|
||||||
set slabThick 30
|
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] {
|
if [catch {OCC712 ${draftAngle} ${slabThick} } catch_result] {
|
||||||
puts "Faulty OCC712"
|
puts "Faulty OCC712"
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user