patch 9.0.1868: test_crash still fails for circle ci
Commit:
https://github.com/vim/vim/commit/59adcb4c203371258c72e76011da93eac8540317
Author: Christian Brabandt <
c...@256bit.org>
Date: Mon Sep 4 22:42:55 2023 +0200
patch 9.0.1868: test_crash still fails for circle ci
Problem: test_crash still fails for circle ci
Solution: give even more time to complete
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/src/testdir/test_crash.vim b/src/testdir/test_crash.vim
index 8c79d3abd..781f810ef 100644
--- a/src/testdir/test_crash.vim
+++ b/src/testdir/test_crash.vim
@@ -55,7 +55,7 @@ func Test_crash1()
\ ' && echo "crash 6: [OK]" >> X_crash1_result.txt' .. "\<cr>")
" clean up
call delete('X')
- call TermWait(buf, 1000)
+ call TermWait(buf, 3000)
" clean up
exe buf .. "bw!"
diff --git a/src/version.c b/src/version.c
index 0e3239e24..d986e7b6f 100644
--- a/src/version.c
+++ b/src/version.c
@@ -699,6 +699,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1868,
/**/
1867,
/**/