]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/windows: add missing time limit for msys2 autotools test runs
authorViktor Szakats <commit@vsz.me>
Tue, 20 Aug 2024 13:59:32 +0000 (15:59 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 20 Aug 2024 14:02:15 +0000 (16:02 +0200)
The new mingw job (the first msys2/mingw job to run tests) is seen
hanging frequently.

Follow-up to 9f23c8f201f55f1a148b41b16a5e71f3385faa5e #14541

.github/workflows/windows.yml

index e232765ceb49a8fba4952c334985128c551ffc7d..337edaaafd45c94d4d7f681f93f30ab805a00dbc 100644 (file)
@@ -135,7 +135,7 @@ jobs:
 
       - name: 'autotools run tests'
         if: ${{ matrix.build == 'autotools' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
-        timeout-minutes: 30
+        timeout-minutes: 10
         run: |
           export TFLAGS='-j14 ${{ matrix.tflags }}'
           if [ '${{ matrix.sys }}' != 'msys' ]; then