summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-04-23 21:09:41 +0000
committerYann Ylavic <ylavic@apache.org>2023-04-23 21:09:41 +0000
commit9fa03e37ea6a56b501fe825b24170059faebd630 (patch)
tree2f8f1866409837a813c1985d2a4478b9f56620ad
parent0c0a14090af5844ba2edeb57e6040cacfceaf7df (diff)
downloadhttpd-9fa03e37ea6a56b501fe825b24170059faebd630.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] Merges r1909242 trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1909371 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 2aedf1d51e..354028278c 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 }}