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:
parent
85803ae151
commit
78a88e28bd
@ -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}")
|
||||
|
Loading…
x
Reference in New Issue
Block a user