ci: Bump windows job timeout to 90m from 45m

Sometimes the runners are slower, and 45m is too low:

https://gitlab.freedesktop.org/slomo/gstreamer/-/jobs/45761500

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5060>
This commit is contained in:
Nirbheek Chauhan 2023-07-19 13:59:03 +05:30 committed by GStreamer Marge Bot
parent cb32918d22
commit 8277e0b30b

View file

@ -413,7 +413,7 @@ build fedora clang:
needs:
- "trigger"
- "windows amd64 docker"
timeout: '45min'
timeout: '90m'
variables:
MESON_ARGS: >-
${DEFAULT_MESON_ARGS}
@ -503,7 +503,6 @@ build vs2022 arm64:
build msys2:
extends: '.build windows'
timeout: '60min'
script:
- !reference [".build windows", "script"]
# Replace backslashes with forward so bash doesn't complain