From 7ef931c3e6976a669c452152d7f16da73f964616 Mon Sep 17 00:00:00 2001 From: Patrick Hochstenbach Date: Wed, 26 Jun 2024 11:37:17 +0200 Subject: [PATCH] Providing a better timeout example for osx/unix --- config.json-example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json-example b/config.json-example index 8a763fd..f9b1570 100644 --- a/config.json-example +++ b/config.json-example @@ -1,8 +1,8 @@ { "eye": { - "path": "/usr/local/bin/eye", + "path": "timeout 10s /usr/local/bin/eye", "args": "--nope --no-bnode-relabeling --quiet", - "timeout": "10" + "timeout": "0" }, "tension": { "path": "/Users/hochsten/github.com/joachimvh/tension.js/bin/tension.js", @@ -10,8 +10,8 @@ "timeout": "10" }, "latar": { - "path": "/Users/hochsten/github.com/KNowledgeOnWebScale/Latar/latar", + "path": "timeout 10s /Users/hochsten/github.com/KNowledgeOnWebScale/Latar/latar", "args": "", - "timeout": "10" + "timeout": "0" } } \ No newline at end of file