Skip to content

Commit

Permalink
Merge pull request #938 from fmuyassarov/increase-timeout
Browse files Browse the repository at this point in the history
Increase image waiting timeout
  • Loading branch information
k8s-ci-robot authored Oct 28, 2022
2 parents 671b356 + ea89062 commit f454e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test-infra/test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f454e74

Please sign in to comment.