mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Revert "Investigate Travis failure"
This reverts commit 4a5347224f1244678a88f3ec2d488e3bb02848bf.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user