ci: Bump cerbero trigger timeout to 4h
authorNirbheek Chauhan <nirbheek@centricular.com>
Thu, 22 Sep 2022 12:33:53 +0000 (18:03 +0530)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Thu, 22 Sep 2022 16:59:05 +0000 (16:59 +0000)
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>

.gitlab-ci.yml

index de38fd5..86942ab 100644 (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: