Travis-CI - How is time limit counted for builds? (Sum of all jobs or time of longest one)?

╄→尐↘猪︶ㄣ 提交于 2019-12-03 07:11:56

The Travis CI documentation is pretty clear about this. A build consists of one or many jobs. The limit is enforced for each job:

There is no timeout for a build; a build will run as long as all the jobs do as long as each job does not timeout.

For example, the current timeout for a job on travis-ci.org is 50 minutes (and at least one line printed to stdout/stderr per 10 minutes).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!