patch 9.0.1868: test_crash still fails for circle ci
Commit:
https://github.com/vim/vim/commit/59adcb4c203371258c72e76011da93eac8540317
Author: Christian Brabandt <[email protected]>
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 <[email protected]>
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,
/**/
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1qdGRX-00FTNG-Kk%40256bit.org.