Skip to content

Commit

Permalink
GHA/windows: add missing time limit for msys2 autotools test runs
Browse files Browse the repository at this point in the history
The new mingw job (the first msys2/mingw job to run tests) is seen
hanging frequently.

Follow-up to 9f23c8f curl#14541
  • Loading branch information
vszakats committed Aug 20, 2024
1 parent 0cbfce8 commit ae2c753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae2c753

Please sign in to comment.