summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-09-04 22:42:55 +0200
committerChristian Brabandt <cb@256bit.org>2023-09-04 22:42:55 +0200
commit59adcb4c203371258c72e76011da93eac8540317 (patch)
tree485782c4ede8b627993c7dbd753d69471df10364
parente4ba5df7c7359742999263115b2faeff94f5a35c (diff)
patch 9.0.1868: test_crash still fails for circle civ9.0.1868
Problem: test_crash still fails for circle ci Solution: give even more time to complete Signed-off-by: Christian Brabandt <cb@256bit.org>
-rw-r--r--src/testdir/test_crash.vim2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/test_crash.vim b/src/testdir/test_crash.vim
index 8c79d3abd6..781f810ef7 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 0e3239e24e..d986e7b6f2 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1868,
+/**/
1867,
/**/
1866,