Skip to content

Commit

Permalink
Increase wait time for docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
woop committed Jul 25, 2020
1 parent ad303b5 commit a901829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/scripts/wait-for-docker-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT_SHA=$1

# Set allowed failure count
poll_count=0
maximum_poll_count=30
maximum_poll_count=150

# Wait for Feast Core to be available on GCR
until docker pull gcr.io/kf-feast/feast-core:"${GIT_SHA}"
Expand Down

0 comments on commit a901829

Please sign in to comment.