ci: Bump cerbero trigger timeout to 4h

macOS runners can get overworked and cause cerbero pipelines to take
longer than 3h to complete, because each cross-macos-universal job
takes about 2h and so it can take that long to get a runner allocated.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3065>
This commit is contained in:
Nirbheek Chauhan 2022-09-22 18:03:53 +05:30 committed by GStreamer Marge Bot
parent a6a081cbef
commit cabcb56ce8

View file

@ -727,7 +727,7 @@ build documentation:
# https://gitlab.com/gitlab-org/gitlab/-/issues/341737
cerbero trigger:
stage: build
timeout: '3h'
timeout: '4h'
tags:
- placeholder-job
extends: