Skip to content

Commit

Permalink
Merge pull request #1770 from marquiz/devel/cloudbuild
Browse files Browse the repository at this point in the history
cloudbuild: increase the image build timeout
  • Loading branch information
k8s-ci-robot authored Jul 9, 2024
2 parents d2456e1 + 9d13631 commit b3142fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
timeout: 2000s
timeout: 3000s
steps:
- name: gcr.io/k8s-staging-test-infra/gcb-docker-gcloud:v20211118-2f2d816b90
entrypoint: scripts/test-infra/push-image.sh
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-infra/test-e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ i=1
while true; do
if make poll-images; then
break
elif [ $i -ge 35 ]; then
elif [ $i -ge 55 ]; then
echo "ERROR: too many tries when polling for image"
exit 1
fi
Expand Down

0 comments on commit b3142fb

Please sign in to comment.