mirror of
https://github.com/vim/vim.git
synced 2025-07-25 10:54:51 -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:
parent
2007dd49f5
commit
dd2dfb3cb0
@ -715,7 +715,8 @@ endfunction
|
|||||||
func Test_terminal_noblock()
|
func Test_terminal_noblock()
|
||||||
let g:test_is_flaky = 1
|
let g:test_is_flaky = 1
|
||||||
let buf = term_start(&shell)
|
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'
|
let letters = 'abcdefghijklmnopqrstuvwxyz'
|
||||||
if has('bsd') || has('mac') || has('sun')
|
if has('bsd') || has('mac') || has('sun')
|
||||||
" The shell or something else has a problem dealing with more than 1000
|
" The shell or something else has a problem dealing with more than 1000
|
||||||
|
@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
4456,
|
||||||
/**/
|
/**/
|
||||||
4455,
|
4455,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user