Merge branch 'Doc-project-cicd-timeout-settings-location' into 'master'
Adding info for the location of cicd timeout setting per project See merge request gitlab-org/gitlab-ce!25136
This commit is contained in:
commit
52ad7d253c
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ in `.gitlab-ci.yml`.
|
|||
## Timeout
|
||||
|
||||
Timeout defines the maximum amount of time in minutes that a job is able run.
|
||||
This is configureable under your project's **Settings > CI/CD > General pipelines settings**.
|
||||
The default value is 60 minutes. Decrease the time limit if you want to impose
|
||||
a hard limit on your jobs' running time or increase it otherwise. In any case,
|
||||
if the job surpasses the threshold, it is marked as failed.
|
||||
|
|
Loading…
Reference in a new issue