Skip to content

Commit

Permalink
Providing a better timeout example for osx/unix
Browse files Browse the repository at this point in the history
  • Loading branch information
phochste committed Jun 26, 2024
1 parent 2b74d38 commit 7ef931c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config.json-example
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"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",
"args": "-f",
"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"
}
}

0 comments on commit 7ef931c

Please sign in to comment.