From: Viktor Szakats Date: Sat, 28 Dec 2024 22:23:04 +0000 (+0100) Subject: GHA/windows: shorten job timeouts X-Git-Tag: curl-8_12_0~255 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d6edf1d8d98b182663eab11779ae2e73d754a7e;p=thirdparty%2Fcurl.git GHA/windows: shorten job timeouts To reduce the wait for re-running stuck jobs. Sometimes jobs hang/get stuck while running tests, ignoring the step timeout. Closes #15851 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fa37fc8592..70ae95dc0b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -39,7 +39,7 @@ jobs: cygwin: name: "cygwin, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.platform }} ${{ matrix.name }}" runs-on: windows-latest - timeout-minutes: 45 + timeout-minutes: 25 defaults: run: shell: C:\cygwin\bin\bash.exe '{0}' @@ -162,7 +162,7 @@ jobs: msys2: # both msys and mingw-w64 name: "${{ matrix.sys == 'msys' && 'msys2' || 'mingw' }}, ${{ matrix.build == 'cmake' && 'CM' || 'AM' }} ${{ matrix.env }} ${{ matrix.name }} ${{ matrix.test }}" runs-on: windows-latest - timeout-minutes: 30 + timeout-minutes: 20 defaults: run: shell: msys2 {0} @@ -359,7 +359,7 @@ jobs: old-mingw-w64: name: 'old-mingw, CM ${{ matrix.env }} ${{ matrix.name }}' runs-on: windows-latest - timeout-minutes: 30 + timeout-minutes: 20 defaults: run: shell: C:\msys64\usr\bin\bash.exe {0}