From 023bb9c425cd1231b84b091210da296eb87840aa Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 15 Feb 2022 04:58:13 +0530 Subject: [PATCH] ci: Increase cerbero trigger timeout to 3h All cerbero jobs explicitly override the default project timeout from 1h to 3h, so this should also be 3h. It is quite common for cerbero trigger jobs to timeout due to slow download speeds from the artifact server to FDO gitlab. https://gitlab.freedesktop.org/heirecka/gstreamer/-/jobs/18803342 https://gitlab.freedesktop.org/gstreamer/cerbero/-/jobs/18803360 Part-of: --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b2acd4..4f0d0b2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -759,6 +759,7 @@ build documentation: # https://gitlab.com/gitlab-org/gitlab/-/issues/341737 cerbero trigger: stage: build + timeout: '3h' extends: - '.fedora image' - '.fdo.suffixed-image@fedora' -- 2.7.4