Skip to content

Commit c1df1d6

Browse files
committed
increase readiness timeout
1 parent 6c5b25e commit c1df1d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker/bin/cluster_up.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ await_http() {
77
local exit_code
88
local attempt=0
99

10-
curl -s "$2" > /dev/null; exit_code=$?
11-
while [ "${exit_code}" -ne 0 ] && [ "${attempt}" -lt 5 ]; do
10+
curl "$2" ; exit_code=$?
11+
while [ "${exit_code}" -ne 0 ] && [ "${attempt}" -lt 10 ]; do
1212
echo "awaiting $1..."
13-
curl -s "$2" > /dev/null; exit_code=$?
13+
curl "$2" ; exit_code=$?
1414
let "attempt+=1"
1515
sleep 5
1616
done

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy