From a901829cba5b8394368f011b9516939f30022983 Mon Sep 17 00:00:00 2001 From: Willem Pienaar Date: Sat, 25 Jul 2020 16:00:02 +0800 Subject: [PATCH] Increase wait time for docker image build --- infra/scripts/wait-for-docker-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/scripts/wait-for-docker-images.sh b/infra/scripts/wait-for-docker-images.sh index 9eeebae120..1c971585a6 100755 --- a/infra/scripts/wait-for-docker-images.sh +++ b/infra/scripts/wait-for-docker-images.sh @@ -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}"