travis: Increase poll_ready timeout

Travis CI is occasionally very slow
parent 63076528
...@@ -27,8 +27,8 @@ function poll_ready { ...@@ -27,8 +27,8 @@ function poll_ready {
local cid local cid
local output local output
# retry for max 90s (18*5s) # retry for max 120s (24*5s)
for _ in $(seq 1 18); do for _ in $(seq 1 24); do
cid="$(docker ps -q -f label="$label")" cid="$(docker ps -q -f label="$label")"
if [ -z "${cid:-}" ]; then if [ -z "${cid:-}" ]; then
echo "Container exited" echo "Container exited"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment