From: Yann Ylavic Date: Sun, 23 Apr 2023 21:09:41 +0000 (+0000) Subject: CI tests are failing (since r1909135), set a lower timeout since X-Git-Tag: 2.4.58-rc1-candidate~147 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fa03e37ea6a56b501fe825b24170059faebd630;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] Merges r1909242 trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1909371 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2aedf1d51e5..354028278cc 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -240,6 +240,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 }}