Investigate Travis failure

This commit is contained in:
pzurek
2022-02-28 08:43:16 +01:00
parent cb1194ff84
commit 6a2666e322
+2 -1
View File
@@ -4,7 +4,7 @@ set -x # trace what gets exe
WAIT_INTERVAL=1
COUNTER=0
TIMEOUT=2000
TIMEOUT=120
t0=`date +%s`
declare -a endpoints=("${1:-http://localhost:8081/alfresco/}" "${1:-http://localhost:8083/solr/}")
@@ -23,6 +23,7 @@ do
printf '.'
sleep $WAIT_INTERVAL
COUNTER=$(($COUNTER+$WAIT_INTERVAL))
curl -vvv "${additional_args[@]}" --head --fail ${endpoint}
done
if (("$COUNTER" < "$TIMEOUT")) ; then