mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-21 22:58:16 +00:00
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:
parent
cb32918d22
commit
8277e0b30b
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue