From e063b8b9f956c77a1e89d0fbf770c41c4e596f81 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 17 Jul 2026 11:08:15 -0400 Subject: [PATCH] gitlab-ci: extend Xcode CI job timeout to 3 hours With the migration to `tart`, this job is now guaranteed to run on x86_64 hardware. Some of the machines are older, so to allow them to complete the job, extend the timeout. The job is limited to nghtly pipelines, so a longer timeout is fine. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5229b5ee09..dcb6745d41 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1049,6 +1049,7 @@ t:macos-x86_64-xcode: - .macos_x86_64_tags_ext - .cmake_junit_artifacts - .run_dependent + timeout: 3 hours needs: - t:macos-x86_64-ninja variables: