2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00

increase timeout in docker/functest/run.sh (#210)

This commit is contained in:
Nima Eskandary 2018-09-18 14:12:44 -04:00 committed by GitHub
parent 85803ae151
commit 78a88e28bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
VINYLDNS_URL="http://vinyldns-api:9000"
echo "Waiting for API to be ready at ${VINYLDNS_URL} ..."
DATA=""
RETRY=40
RETRY=60
while [ "$RETRY" -gt 0 ]
do
DATA=$(curl -I -s "${VINYLDNS_URL}/ping" -o /dev/null -w "%{http_code}")