From: Christian Brabandt Date: Wed, 23 Jul 2025 18:45:10 +0000 (+0200) Subject: CI: increase test timeout to 30 minutes X-Git-Tag: v9.1.1585~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15dd6b427289f7a5aabe31e6ec1e7b103f980960;p=thirdparty%2Fvim.git CI: increase test timeout to 30 minutes Signed-off-by: Christian Brabandt --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 32e368dc1d..b76a71fcd4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -315,7 +315,7 @@ jobs: fi - name: Test - timeout-minutes: 25 + timeout-minutes: 30 run: | make ${SHADOWOPT} ${TEST}