Skip to content

Commit 113d9d3

Browse files
committed
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.
1 parent 5230af3 commit 113d9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

with-fuseki.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ script_dirname="$( dirname -- "${0}" )"
77
set -eo pipefail
88

99
wait_http_okay() {
10-
local timeout=15
10+
local timeout=30
1111
for var in "${@}"
1212
do
1313
eval "local ${var}"

0 commit comments

Comments
 (0)