summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Winata <awinata@gitlab.com>2019-02-12 07:40:28 +0000
committerAndrew Winata <awinata@gitlab.com>2019-02-12 07:40:28 +0000
commit1e555da2cf2316826b93436459a49a2501078997 (patch)
tree958ec63dd59220a63ee343bebe92be4cfaf727ae
parent42c7be1ec0a224a8ebfd880e911b10f4a60420a0 (diff)
downloadgitlab-ce-1e555da2cf2316826b93436459a49a2501078997.tar.gz
Adding info for the location of cicd timeout setting per project
-rw-r--r--doc/user/project/pipelines/settings.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/project/pipelines/settings.md b/doc/user/project/pipelines/settings.md
index bb9b4238ee9..cce330aecc7 100644
--- a/doc/user/project/pipelines/settings.md
+++ b/doc/user/project/pipelines/settings.md
@@ -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.