From 59adcb4c203371258c72e76011da93eac8540317 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Mon, 4 Sep 2023 22:42:55 +0200 Subject: [PATCH] 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 --- src/testdir/test_crash.vim | 2 +- src/version.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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' .. "\") " 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 @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1868, /**/ 1867, /**/