Skip to content

Commit

Permalink
cloudbuild: increase the image build timeout
Browse files Browse the repository at this point in the history
Attempt to fix occasional (rare) build failures.
  • Loading branch information
marquiz committed Jul 9, 2024
1 parent d2456e1 commit 9d13631
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 9d13631

Please sign in to comment.