]> OCCT Git - occt.git/commitdiff
Testing - Add cpulimit to address critical issue on Ubuntu #267
authordpasukhi <dpasukhi@opencascade.com>
Fri, 17 Jan 2025 19:20:01 +0000 (19:20 +0000)
committerdpasukhi <dpasukhi@opencascade.com>
Fri, 17 Jan 2025 19:20:01 +0000 (19:20 +0000)
tests/bugs/moddata_2/bug712_2

index 4031b36a0b3a785073fec2a0c38c18c57cede346..90315e6da63982769ca9d410b4bdbd5de6409f72 100755 (executable)
@@ -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 {