Revert "Investigate Travis failure"

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