From: Christian Brabandt Date: Mon, 4 Sep 2023 20:42:55 +0000 (+0200) Subject: patch 9.0.1868: test_crash still fails for circle ci X-Git-Tag: v9.0.1868 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59adcb4c203371258c72e76011da93eac8540317;p=thirdparty%2Fvim.git 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 --- 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, /**/