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-19 13:22:42 -04:00
parent c78b42552e
commit aa18c20347
+1
View File
@@ -1065,6 +1065,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: