Skip to content

Commit

Permalink
Increase Cloud Build timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
fkorotkov committed Feb 3, 2021
1 parent 0e97f0f commit ce3512b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
steps:
- name: 'gcr.io/cloud-builders/docker'
args: ['build', '-t', 'gcr.io/cirrus-ci-community/cirrus-cli:$TAG_NAME', '-t', 'gcr.io/cirrus-ci-community/cirrus-cli:latest', '.']
timeout: 1200s
timeout: 2400s
images: ['gcr.io/cirrus-ci-community/cirrus-cli:$TAG_NAME', 'gcr.io/cirrus-ci-community/cirrus-cli:latest']

0 comments on commit ce3512b

Please sign in to comment.