We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9e5e6 commit a84c258Copy full SHA for a84c258
1 file changed
tests.sh
@@ -23,7 +23,7 @@ function passed {
23
24
wait_for_ready() {
25
local check_path="${1:-/}"
26
- for i in {1..30}; do
+ for i in {1..20}; do
27
if curl -sf "http://localhost:8080${check_path}" >/dev/null 2>&1; then
28
return 0
29
fi
@@ -33,7 +33,7 @@ wait_for_ready() {
33
}
34
35
wait_for_removed() {
36
37
if ! docker ps -aq --filter "name=http-echo-tests" | grep -q .; then
38
39
0 commit comments