]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1736: Github Actions times out after 20 minutes v9.0.1736
authorChristian Brabandt <cb@256bit.org>
Thu, 17 Aug 2023 23:18:22 +0000 (01:18 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 17 Aug 2023 23:20:42 +0000 (01:20 +0200)
Problem: Github Actions times out after 20 minutes
Solution: Increase the timeout to 25 minutes

Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/ci.yml
src/version.c

index 12bab27cc7da9b3c7f7728c1917e718b246f8f64..273dedf3bef30882820a6718dcdf402b86ec8c19 100644 (file)
@@ -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}
index d4c6108ee62212e795bd2205fa71e753eb7bd0bb..f120730eae1839120b7701cd9823804e058875fa 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1736,
 /**/
     1735,
 /**/