1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-21 08:53:06 +00:00

Merge branch 'can-everyone-please-stop-trying-to-change-this' into 'master'

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

See merge request OpenMW/openmw!5057
This commit is contained in:
Alexei Kotov 2025-12-20 19:39:41 +03:00
commit 4a062c09a4

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: