From 54aa285b307a8b3b7c914487290a52efc6b4d920 Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Wed, 26 Nov 2025 11:40:43 +0100 Subject: [PATCH] ci: Set the macOS runner timeout to ten minutes. This looks more than enough even for MRs with ten commits. --- gitlab/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gitlab/build.yml b/gitlab/build.yml index 593d83bd3..5683f3b99 100644 --- a/gitlab/build.yml +++ b/gitlab/build.yml @@ -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