X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2Fbin%2Fbomb;h=c511b3633748444836e8e05c4dd683f1e36eae0f;hb=4d0391438640a5fa35047a6ed7af43a5e7b72bcc;hp=044bf128eb3e8a2c77b0b51408205bc43ba61f05;hpb=85bb320aec82d0ceee5ca904a286b5a26d711c70;p=mkws-moved-to-github.git diff --git a/test/bin/bomb b/test/bin/bomb index 044bf12..c511b36 100755 --- a/test/bin/bomb +++ b/test/bin/bomb @@ -8,6 +8,10 @@ # to the process group will not kill any parent processes. set -o monitor +# the maximum amount of cpu time in seconds +# last resort if BSD::Resource is not available in ./bomb.pl +ulimit -t 120 + # now run the perl script. For unknown reasons, the # call to setpgrp() in perl does not work as expected, # and we solve the issue by this simple shell wrapper