Skip to content

Commit

Permalink
Testing - Add cpulimit to address critical issue on Ubuntu #267
Browse files Browse the repository at this point in the history
  • Loading branch information
dpasukhi committed Jan 17, 2025
1 parent 5c64284 commit 22379e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/bugs/moddata_2/bug712_2
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 22379e8

Please sign in to comment.