Patch 8.2.4456
Problem: Terminal test may fail on some machines.
Solution: Increase wait time. (Zdenek Dohnal, closes #9834)
Files: src/testdir/test_terminal.vim
*** ../vim-8.2.4455/src/testdir/test_terminal.vim 2022-02-10
19:51:42.549569899 +0000
--- src/testdir/test_terminal.vim 2022-02-23 14:22:56.959863457 +0000
***************
*** 715,721 ****
func Test_terminal_noblock()
let g:test_is_flaky = 1
let buf = term_start(&shell)
! let wait_time = 5000
let letters = 'abcdefghijklmnopqrstuvwxyz'
if has('bsd') || has('mac') || has('sun')
" The shell or something else has a problem dealing with more than 1000
--- 715,722 ----
func Test_terminal_noblock()
let g:test_is_flaky = 1
let buf = term_start(&shell)
! " Starting a terminal can be slow, esp. on busy CI machines.
! let wait_time = 7500
let letters = 'abcdefghijklmnopqrstuvwxyz'
if has('bsd') || has('mac') || has('sun')
" The shell or something else has a problem dealing with more than 1000
*** ../vim-8.2.4455/src/version.c 2022-02-23 13:16:55.761541147 +0000
--- src/version.c 2022-02-23 14:24:53.151621729 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4456,
/**/
--
Momento mori, ergo carpe diem
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
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/20220223142607.6702F1C168A%40moolenaar.net.