summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2023-04-19 13:58:53 +0000
committerJoe Orton <jorton@apache.org>2023-04-19 13:58:53 +0000
commit523f599101f05bfb8d007870bcabc5f44c9d0653 (patch)
tree67c377968c05da042a6b835ab64b993831c13116
parentce6f92eb8562420f8e5999d646a00e8969ace8d2 (diff)
downloadhttpd-523f599101f05bfb8d007870bcabc5f44c9d0653.tar.gz
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
-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 }}