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:
parent
0cbfce802d
commit
ae2c753a88
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user