From: Viktor Szakats Date: Tue, 10 Sep 2024 13:11:40 +0000 (+0200) Subject: GHA/windows: raise test run timeouts X-Git-Tag: curl-8_10_0~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=813995bb17da4a41c32235feeab156bf1d5bc059;p=thirdparty%2Fcurl.git GHA/windows: raise test run timeouts Give more time for recently enabled TLS tests to complete. Follow-up to bc72a78a11764558639131d51fa8e7c81ee1e113 #14488 Ref: #14849 Closes #14851 --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 83b7095f66..9ce3c7650a 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: 12 + timeout-minutes: 14 run: | export TFLAGS='-j14 ${{ matrix.tflags }}' if [ '${{ matrix.sys }}' != 'msys' ]; then @@ -216,7 +216,7 @@ jobs: - name: 'cmake run tests' if: ${{ matrix.build == 'cmake' && matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }} - timeout-minutes: 12 + timeout-minutes: 14 run: | export TFLAGS='-j14 ${{ matrix.tflags }}' if [ '${{ matrix.sys }}' != 'msys' ]; then @@ -334,7 +334,7 @@ jobs: - name: 'cmake run tests' if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }} - timeout-minutes: 12 + timeout-minutes: 14 run: | PATH="$(cygpath "${USERPROFILE}")/my-cache/${{ matrix.dir }}/bin:/c/msys64/usr/bin:$PATH" export TFLAGS='-j14 ~TFTP ~MQTT ~WebSockets ~FTP ${{ matrix.tflags }}' @@ -545,7 +545,7 @@ jobs: - name: 'cmake run tests' if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }} - timeout-minutes: 14 + timeout-minutes: 16 run: | export TFLAGS='-j14 ~TFTP ~MQTT ~WebSockets ~SMTP ~FTP ${{ matrix.tflags }}' # GnuTLS is not fully functional on Windows, so skip the tests