GitLab CI Pipeline Stage Timeout -


i'm using self-hosted gitlab ci server (community edition v8.9.5) , gitlab-ci-multi-runner 1.2.0 build project. 1 of pipeline stages (test) takes while run , following erm:

error: build failed: execution took longer 3600 seconds 

where put override timeout? can apply test pipeline stage?

this set in gitlab. see "project settings -> ci/cd pipelines -> timeout" or "project settings -> builds -> timeout" in older versions.

i'm afraid it's not possible set per stage or job.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -