Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
tools: extend cloud build timeout to 20 minutes (#2740)
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesBorins authored Sep 9, 2022
1 parent f30116c commit ec7c6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ steps:
args: ['run', 'build']
- name: 'gcr.io/$PROJECT_ID/firebase'
args: ['deploy', '--project', '$PROJECT_ID', '--only', 'hosting']
timeout: 900s
timeout: 1200s

0 comments on commit ec7c6d6

Please sign in to comment.