]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CI tests are failing (since r1909135), set a lower timeout since
authorJoe Orton <jorton@apache.org>
Wed, 19 Apr 2023 13:58:53 +0000 (13:58 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 19 Apr 2023 13:58:53 +0000 (13:58 +0000)
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

.github/workflows/linux.yml

index fdda975fe2496bbe2a22ddc3ac53c2bb44f5c6d2..ed0e015663448b46dabc4a47031cffcb1b462fcf 100644 (file)
@@ -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 }}