From: Viktor Szakats Date: Tue, 20 Aug 2024 13:59:32 +0000 (+0200) Subject: GHA/windows: add missing time limit for msys2 autotools test runs X-Git-Tag: curl-8_10_0~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae2c753a8865ed39baaaeac54adbecd249d3c018;p=thirdparty%2Fcurl.git 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 9f23c8f201f55f1a148b41b16a5e71f3385faa5e #14541 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e232765ceb..337edaaafd 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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