GHA/windows: add missing time limit for msys2 autotools test runs

The new mingw job (the first msys2/mingw job to run tests) is seen
hanging frequently.

Follow-up to 9f23c8f201 #14541
This commit is contained in:
Viktor Szakats 2024-08-20 15:59:32 +02:00
parent 0cbfce802d
commit ae2c753a88
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View 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