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 23:30:21 -04:00
parent 775ddcecd7
commit b83728ca14
+1
View File
@@ -1138,6 +1138,7 @@ t:macos-x86_64-xcode:
- .macos_x86_64_tags_ext
- .cmake_junit_artifacts
- .rules
timeout: 3 hours
needs:
- t:macos-x86_64-ninja
variables: