# HG changeset patch # User Christian Brabandt # Date 1693860307 -7200 # Node ID 8ac10cee18f30d1f605067933a13976a43dcd31a # Parent 85b0d32b608fea9bb4bc906475e2452a5cdda06a patch 9.0.1868: test_crash still fails for circle ci Commit: https://github.com/vim/vim/commit/59adcb4c203371258c72e76011da93eac8540317 Author: Christian Brabandt 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 diff --git a/src/testdir/test_crash.vim b/src/testdir/test_crash.vim --- 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 --- 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,