Increase timeout on cloud builds

This commit is contained in:
Ian Lewis
2020-03-17 07:11:18 +09:00
parent acad1aa8cf
commit ca689dc7f6
+1 -1
View File
@@ -78,4 +78,4 @@ steps:
if [[ "$PROJECT_ID" == "gvisor-website" && "$BRANCH_NAME" == "master" ]]; then
gcloud app deploy public/app.yaml;
fi
timeout: 900s
timeout: 1200s