Google App Engine: Build Timed Out during Deployment

前端 未结 3 1558
半阙折子戏
半阙折子戏 2021-01-02 05:19

Edit: Google Cloud at its finest. Made absolutely no changes but deployed fine this morning.

Error after ~10m of deployment (10+ deploy attempts). <

3条回答
  •  礼貌的吻别
    2021-01-02 05:48

    According to this you can change the build timeout setting with:

    gcloud config set app/cloud_build_timeout 1000
    

    Setting it to 1000 seconds in this example.

提交回复
热议问题