index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | buildmaster/todos.php | 2 |
diff --git a/buildmaster/todos.php b/buildmaster/todos.php index b175350..e3d7319 100644 --- a/buildmaster/todos.php +++ b/buildmaster/todos.php @@ -59,7 +59,7 @@ if (isset($_GET["graph"])) { "}\n" ) . "\" | " . "base64 -d | " . - "dot -Tpng -o/dev/stdout /dev/stdin" + "timeout 30 dot -Tpng -o/dev/stdout /dev/stdin" ); } else { // isset($_GET["graph"]) |