From 22379e84ef7f3dc602f83bba6fdc451f6bd3aece Mon Sep 17 00:00:00 2001 From: dpasukhi <dpasukhi@opencascade.com> Date: Fri, 17 Jan 2025 19:20:01 +0000 Subject: [PATCH] Testing - Add cpulimit to address critical issue on Ubuntu #267 --- tests/bugs/moddata_2/bug712_2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/bugs/moddata_2/bug712_2 b/tests/bugs/moddata_2/bug712_2 index 4031b36a0b..90315e6da6 100755 --- a/tests/bugs/moddata_2/bug712_2 +++ b/tests/bugs/moddata_2/bug712_2 @@ -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 {