summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-08-18 01:18:22 +0200
committerChristian Brabandt <cb@256bit.org>2023-08-18 01:20:42 +0200
commit07a2b61d4c76b264740a47fac781803a9b8bcc08 (patch)
treed3fbeaa388ec2036ce2a4c6cda754aaed428cd84 /.github
parent817db406bb12b9fd5df25d4cda392b515d44ee05 (diff)
patch 9.0.1736: Github Actions times out after 20 minutesv9.0.1736
Problem: Github Actions times out after 20 minutes Solution: Increase the timeout to 25 minutes Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 12bab27cc7..273dedf3be 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -231,7 +231,7 @@ jobs:
"${SRCDIR}"/vim -u NONE -i NONE --not-a-term -esNX -V1 -S ci/if_ver-2.vim -c quit
- name: Test
- timeout-minutes: 20
+ timeout-minutes: 25
run: |
do_test() { sg audio "sg $(id -gn) '$*'"; }
do_test make ${SHADOWOPT} ${TEST}