From ae2c753a8865ed39baaaeac54adbecd249d3c018 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 20 Aug 2024 15:59:32 +0200 Subject: [PATCH] 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 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3