From 8277e0b30b58a0d55bbeb833703526a19cadbc97 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 19 Jul 2023 13:59:03 +0530 Subject: [PATCH] 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: --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e83bdc4e4f..327e7369f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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