From: Joe Orton Date: Wed, 19 Apr 2023 13:58:53 +0000 (+0000) Subject: CI tests are failing (since r1909135), set a lower timeout since X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=523f599101f05bfb8d007870bcabc5f44c9d0653;p=thirdparty%2Fapache%2Fhttpd.git CI tests are failing (since r1909135), set a lower timeout since the default is a rather extreme 6hrs. Worst cases seem to be around 10 minutes currently. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909242 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index fdda975fe24..ed0e0156634 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -256,6 +256,7 @@ jobs: # APU_VERSION=1.6.3 # APU_CONFIG="--with-crypto --with-ldap" runs-on: ubuntu-latest + timeout-minutes: 30 env: NOTEST_CFLAGS: ${{ matrix.notest-cflags }} CONFIG: ${{ matrix.config }}