You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2023/04/23 21:09:41 UTC

svn commit: r1909371 - in /httpd/httpd/branches/2.4.x: ./ .github/workflows/linux.yml

Author: ylavic
Date: Sun Apr 23 21:09:41 2023
New Revision: 1909371

URL: http://svn.apache.org/viewvc?rev=1909371&view=rev
Log:
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.

Modified:
    httpd/httpd/branches/2.4.x/   (props changed)
    httpd/httpd/branches/2.4.x/.github/workflows/linux.yml

Propchange: httpd/httpd/branches/2.4.x/
------------------------------------------------------------------------------
  Merged /httpd/httpd/trunk:r1909242

Modified: httpd/httpd/branches/2.4.x/.github/workflows/linux.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/.github/workflows/linux.yml?rev=1909371&r1=1909370&r2=1909371&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/.github/workflows/linux.yml (original)
+++ httpd/httpd/branches/2.4.x/.github/workflows/linux.yml Sun Apr 23 21:09:41 2023
@@ -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 }}