From 22b0f7cbcfb75791d4a0d03287aeac93a33433e6 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Fri, 19 Dec 2025 16:58:31 +0000 Subject: [PATCH] Make it clear that we do not control the timeout for Windows jobs. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 712cf60115..ea831feee4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -749,6 +749,7 @@ macOS15_Xcode16_arm64: variables: targets: all # When CCache doesn't exist (e.g. first build on a fork), build takes more than 1h, which is the default for forks. + # This is capped at 2h by GitLab for Windows Shared Runners timeout: 2h .Windows_Ninja_Release: @@ -906,6 +907,7 @@ macOS15_Xcode16_arm64: variables: targets: ALL_BUILD # When CCache doesn't exist (e.g. first build on a fork), build takes more than 1h, which is the default for forks. + # This is capped at 2h by GitLab for Windows Shared Runners timeout: 2h .Windows_MSBuild_Release: