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.
This commit is contained in:
Ben Boeckel
2026-07-17 22:40:15 -04:00
parent 2b4abb3c25
commit 80538f15af
+1
View File
@@ -954,6 +954,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: