ci: Set the macOS runner timeout to ten minutes.

This looks more than enough even for MRs with ten commits.
This commit is contained in:
Giovanni Mascellani
2025-11-26 11:40:43 +01:00
committed by Henri Verbeet
parent cb8da3125b
commit 54aa285b30
Notes: Henri Verbeet 2025-11-26 17:14:47 +01:00
Approved-by: Henri Verbeet (@hverbeet)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/1848

View File

@@ -122,6 +122,11 @@ build-mingw-32:
build-mac: build-mac:
stage: build stage: build
# The macOS runner sometimes gets stuck when running this job (we don't know
# why, but the Metal paravirtualized driver is not very reliable in general).
# We use a shorter timeout to prevent the runner from being unavailable for a
# full hour.
timeout: 10 minutes
rules: rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
image: winehq-sonoma-pristine image: winehq-sonoma-pristine