0
0
mirror of https://github.com/vim/vim.git synced 2025-07-24 10:45:12 -04:00

patch 8.2.4456: terminal test may fail on some machines

Problem:    Terminal test may fail on some machines.
Solution:   Increase wait time. (Zdenek Dohnal, closes #9834)
This commit is contained in:
Zdenek Dohnal 2022-02-23 14:25:17 +00:00 committed by Bram Moolenaar
parent 2007dd49f5
commit dd2dfb3cb0
2 changed files with 4 additions and 1 deletions

View File

@ -715,7 +715,8 @@ endfunction
func Test_terminal_noblock()
let g:test_is_flaky = 1
let buf = term_start(&shell)
let wait_time = 5000
" 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

View File

@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4456,
/**/
4455,
/**/