diff options
author | Joe Orton <jorton@apache.org> | 2023-04-19 15:58:53 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2023-04-19 15:58:53 +0200 |
commit | 523f599101f05bfb8d007870bcabc5f44c9d0653 (patch) | |
tree | 67c377968c05da042a6b835ab64b993831c13116 /.github/workflows/linux.yml | |
parent | * Add server directory to include path as mod_rewrite requires test_char.h. (diff) | |
download | apache2-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/linux.yml')
-rw-r--r-- | .github/workflows/linux.yml | 1 |
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 }} |