Skip to content

Commit 796314f

Browse files
authored
Merge pull request #2371 from PolicyEngine/fix/extend-deployment-timeout
Extend Google Cloud build timeout to 40 minutes
2 parents 478224f + 0784f92 commit 796314f

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ format:
1919

2020
deploy:
2121
python gcp/export.py
22-
gcloud config set app/cloud_build_timeout 1800
22+
gcloud config set app/cloud_build_timeout 2400
2323
cp gcp/policyengine_api/* .
2424
y | gcloud app deploy --service-account=github-deployment@policyengine-api.iam.gserviceaccount.com
2525
rm app.yaml

changelog_entry.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- bump: patch
2+
changes:
3+
changed:
4+
- Extended Google Cloud build timeout to 40 minutes

0 commit comments

Comments
 (0)