From 9fa03e37ea6a56b501fe825b24170059faebd630 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Sun, 23 Apr 2023 21:09:41 +0000 Subject: [PATCH] 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 --- .github/workflows/linux.yml | 1 + 1 file changed, 1 insertion(+) 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 }} -- 2.47.2