]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1860: CI: test_crash1() is flaky v9.0.1860
authorChristian Brabandt <cb@256bit.org>
Mon, 4 Sep 2023 05:42:27 +0000 (07:42 +0200)
committerChristian Brabandt <cb@256bit.org>
Mon, 4 Sep 2023 05:42:27 +0000 (07:42 +0200)
Problem:  CI: test_crash1() is flaky
Solution: Wait a bit longer

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_crash.vim
src/version.c

index 8deb79702b88b7c84d1ca0aef9de8083d2453037..b997cc1d29f29115df8fb2ae5666419a286062a3 100644 (file)
@@ -40,7 +40,7 @@ func Test_crash1()
   " clean up
   call delete('Xerr')
   " This test takes a bit longer
-  call TermWait(buf, 200)
+  call TermWait(buf, 500)
 
   let file = 'crash/poc_tagfunc.vim'
   let args = printf(cmn_args, vim, file)
@@ -55,7 +55,6 @@ func Test_crash1()
     \ '  && echo "crash 6: [OK]" >> X_crash1_result.txt' .. "\<cr>")
   " clean up
   call delete('X')
-  " This test takes a bit longer
   call TermWait(buf, 200)
 
   " clean up
index f2ff8d6b7031ee1294794bdf285f694ea4cac454..6ba74438a6a5cf135496043a78c1b8a96095a1dd 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1860,
 /**/
     1859,
 /**/