Update default timeout to 10 seconds
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Feb 2015 11:00:48 +0000 (13:00 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 7 Feb 2015 11:00:48 +0000 (13:00 +0200)
gruntmaster-exec

index 9590b4e34173feaa8198bfa13e84e424d810bea6..d8028b8f4f2c5bf15f12c6625a604f480a840680 100755 (executable)
@@ -59,7 +59,7 @@ if ($ret) {
                }
                $tle = 1
        };
-       alarm ($timeout || 5);
+       alarm ($timeout || 10);
        waitpid $ret, 0;
        alarm 0;
        if (@sudo) {
This page took 0.011071 seconds and 4 git commands to generate.