From ea8906203a08f1140d1e7087c55caac5eb93ce7f Mon Sep 17 00:00:00 2001 From: Feruzjon Muyassarov Date: Thu, 27 Oct 2022 23:26:26 +0300 Subject: [PATCH] Increase image waiting timeout We recently increase timeout for image building and pushing to GCR due to some failures with timeout. This commit extends timeout for waiting that image to be published. Signed-off-by: Feruzjon Muyassarov --- scripts/test-infra/test-e2e.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test-infra/test-e2e.sh b/scripts/test-infra/test-e2e.sh index a0039eeb9..2aeb95d28 100755 --- a/scripts/test-infra/test-e2e.sh +++ b/scripts/test-infra/test-e2e.sh @@ -21,7 +21,7 @@ i=1 while true; do if make poll-images; then break - elif [ $i -ge 27 ]; then + elif [ $i -ge 35 ]; then echo "ERROR: too many tries when polling for image" exit 1 fi