summaryrefslogtreecommitdiff
path: root/buildmaster/todos.php
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-06-26 09:12:09 +0200
committerErich Eckner <git@eckner.net>2018-06-26 09:12:09 +0200
commit4eb3face7bd2fc2e3fd62139fe7e110ddba499a9 (patch)
treea93e9e2d7b796180db28016e55d5642e2fe0d4a2 /buildmaster/todos.php
parent31d142f5ac9dbbca62534b636ebdc6229cfeb00b (diff)
downloadarchweb32-4eb3face7bd2fc2e3fd62139fe7e110ddba499a9.tar.xz
"dot" -> "timeout 30 dot"
Diffstat (limited to 'buildmaster/todos.php')
-rw-r--r--buildmaster/todos.php2
1 files changed, 1 insertions, 1 deletions
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"])