]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CI tests are failing (since r1909135), set a lower timeout since
authorYann Ylavic <ylavic@apache.org>
Sun, 23 Apr 2023 21:09:41 +0000 (21:09 +0000)
committerYann Ylavic <ylavic@apache.org>
Sun, 23 Apr 2023 21:09:41 +0000 (21:09 +0000)
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

index 2aedf1d51e5c0b7306d50d8a49aef24ccf9dcd8c..354028278cc78678cf66e9f80f244a9cdf5bd1bd 100644 (file)
@@ -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 }}