Skip to content

Commit

Permalink
ci: timout waiting for mlb
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoelker committed Sep 25, 2020
1 parent 421aaba commit e4f73a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ci/ci-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,7 @@ EOF
dcos marathon app add "${MLB_JSON}"

# Sleeping to wait for MLB to deploy.
until ! dcos marathon deployment list; do
sleep 1
done
timeout 600 bash -c 'while dcos marathon deployment list; do sleep 1; done'

# Verify that MLB deployed healthy.
check_marathonlb_health "${AUTH_TOKEN}"
Expand Down

0 comments on commit e4f73a1

Please sign in to comment.