Google cloud storage 如何在travis_ci中配置GCS部署超时

Google cloud storage 如何在travis_ci中配置GCS部署超时,google-cloud-storage,travis-ci,Google Cloud Storage,Travis Ci,我在travis ci中使用部署gcs选项,您可以在此处查看文档。但我的部署需要10分钟以上 No output has been received in the last 10m0s, this potentially indicates a stalled build or something wrong with the build itself. Check the details on how to adjust your build configuration on: https

我在travis ci中使用部署gcs选项,您可以在此处查看文档。但我的部署需要10分钟以上

No output has been received in the last 10m0s, 
this potentially indicates a stalled build or something wrong with the build itself.
Check the details on how to adjust your build configuration on: 
https://docs.travis-ci.com/user/common-build-problems/#Build-times-out-because-no-output-was-received
但我找不到更改超时的选项?怎么可能呢?

来自


没有关于部署超时的配置调整,但是您可以添加一个后台进程,在部署开始之前将内容写入STDOUT。这将防止部署在10分钟后停止

为了减少视觉违规,可以编写视觉钟(
\a
):

yaml
在部署之前:|
函数keep_alive(){
虽然是真的;做
echo-en“\a”
睡眠5
完成
}
活命&