From 113d9d3a9e4a65ab62db58dc55a4c0d2f3eebcba Mon Sep 17 00:00:00 2001 From: Iwan Aucamp Date: Sat, 18 Dec 2021 00:36:11 +0100 Subject: Increase fuseki start timeout from 15 to 30 seconds Fuseki quite regularly takes longer than 15 seconds to start on macos. We could maybe later consider only running it on Linux as it is not likely to result in platform specific errors. --- with-fuseki.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-fuseki.sh b/with-fuseki.sh index ed58b68c..50d27c79 100755 --- a/with-fuseki.sh +++ b/with-fuseki.sh @@ -7,7 +7,7 @@ script_dirname="$( dirname -- "${0}" )" set -eo pipefail wait_http_okay() { - local timeout=15 + local timeout=30 for var in "${@}" do eval "local ${var}" -- cgit v1.2.1