From: Marius Gavrilescu Date: Sat, 7 Feb 2015 11:00:48 +0000 (+0200) Subject: Update default timeout to 10 seconds X-Git-Tag: 5999.000_005~51 X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=commitdiff_plain;h=97358afcd073f82ebe205ec2cd6e99e09da973af;hp=9c1ab9145b96eba0eff66a8679e0d5665a115eda Update default timeout to 10 seconds --- diff --git a/gruntmaster-exec b/gruntmaster-exec index 9590b4e..d8028b8 100755 --- a/gruntmaster-exec +++ b/gruntmaster-exec @@ -59,7 +59,7 @@ if ($ret) { } $tle = 1 }; - alarm ($timeout || 5); + alarm ($timeout || 10); waitpid $ret, 0; alarm 0; if (@sudo) {