summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2023-04-19 15:58:53 +0200
committerJoe Orton <jorton@apache.org>2023-04-19 15:58:53 +0200
commit523f599101f05bfb8d007870bcabc5f44c9d0653 (patch)
tree67c377968c05da042a6b835ab64b993831c13116 /.github/workflows
parent* Add server directory to include path as mod_rewrite requires test_char.h. (diff)
downloadapache2-523f599101f05bfb8d007870bcabc5f44c9d0653.tar.xz
apache2-523f599101f05bfb8d007870bcabc5f44c9d0653.zip
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
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index fdda975fe2..ed0e015663 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 }}