]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/windows: shorten job timeouts
authorViktor Szakats <commit@vsz.me>
Sat, 28 Dec 2024 22:23:04 +0000 (23:23 +0100)
committerViktor Szakats <commit@vsz.me>
Sun, 29 Dec 2024 00:13:32 +0000 (01:13 +0100)
To reduce the wait for re-running stuck jobs.

Sometimes jobs hang/get stuck while running tests, ignoring the step
timeout.

Closes #15851

.github/workflows/windows.yml

index fa37fc8592c470090e735b1d9e5aaba09d84d547..70ae95dc0bc19799d11aa96de40f4e4eabe756d5 100644 (file)
@@ -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}