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-18 22:26:28 -04:00
parent 5d64f3106f
commit e063b8b9f9
+1
View File
@@ -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: