CI: increase test timeout to 30 minutes
Commit:
https://github.com/vim/vim/commit/15dd6b427289f7a5aabe31e6ec1e7b103f980960
Author: Christian Brabandt <
c...@256bit.org>
Date: Wed Jul 23 20:45:10 2025 +0200
CI: increase test timeout to 30 minutes
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 32e368dc1..b76a71fcd 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}