Hi, Rossco I think the same concern was raised on this issue link[1] and the issue still seems to be evaluated. A workaround was provided on the link, however. I suggest you attempt the steps provided on the issue link using the [--timeout=DURATION] flag with gcloud builds submit [2] to change the timeout threshold.
[1]https://issuetracker.google.com/131889237 [2]https://cloud.google.com/sdk/gcloud/reference/builds/submit On Tuesday, October 13, 2020 at 2:03:57 PM UTC-4 Rossco wrote: > I am attempting to deploy from my local machine to app engine standard, > and nothing I do seems to increase the timeout from 10 mins, every deploy > fails with the error > > ERROR: (gcloud.app.deploy) Error Response: [4] Cloud build did not succeed > within 10m. > > Any suggestions appreciated! > > My cloudbuild.yaml is > *steps:* > *- name: gcr.io/cloud-builders/npm <http://gcr.io/cloud-builders/npm>* > * args: [ install ]* > > *- name: 'gcr.io/$PROJECT_ID/ng <http://gcr.io/$PROJECT_ID/ng>'* > * args: ['build', '--prod']* > > *- name: gcr.io/cloud-builders/gcloud > <http://gcr.io/cloud-builders/gcloud>* > * args: [ app, deploy ]* > * timeout: 2000s* > *timeout: 3600s* > > On Friday, 12 June 2020 at 07:50:41 UTC+10 [email protected] wrote: > >> Thanks, David >> works for me >> >> >> On Wednesday, April 8, 2020 at 12:00:05 PM UTC-7, David (Cloud Platform >> Support) wrote: >>> >>> Another workaround other than increasing the timeout limit would be >>> adding “grpcio==1.27.2” to your requirements.txt and then try to >>> redeploy >>> >> -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/a6328023-973c-44fa-bd56-c3efaaecb232n%40googlegroups.com.
