1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-24 02:23:07 +00:00

Make it clear that we do not control the timeout for Windows jobs.

This commit is contained in:
AnyOldName3 2025-12-19 16:58:31 +00:00
parent 6801ebec0d
commit 22b0f7cbcf

View file

@ -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: