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: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1686>
This commit is contained in:
Nirbheek Chauhan 2022-02-15 04:58:13 +05:30
parent d03971dac7
commit 023bb9c425

View file

@ -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'