mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-12-15 08:03:30 -08:00
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:
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
@@ -122,6 +122,11 @@ build-mingw-32:
|
||||
|
||||
build-mac:
|
||||
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:
|
||||
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
||||
image: winehq-sonoma-pristine
|
||||
|
||||
Reference in New Issue
Block a user