From cabcb56ce82c2a2d3164597951f40f5cc184bf4d Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 22 Sep 2022 18:03:53 +0530 Subject: [PATCH] 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: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index de38fd5df2..86942ab50b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: