0
0
mirror of https://github.com/vim/vim.git synced 2025-10-09 06:14:17 -04:00

patch 8.1.0924: terminal scrollback test still flaky

Problem:    Terminal scrollback test still flaky.
Solution:   Wait a bit longer before running the tail command.
This commit is contained in:
Bram Moolenaar
2019-02-15 00:26:14 +01:00
parent c3ef896608
commit 7e841e3ce5
2 changed files with 4 additions and 2 deletions

View File

@@ -311,9 +311,9 @@ func Test_terminal_postponed_scrollback()
call writefile(range(50), 'Xtext')
call writefile([
\ 'terminal',
\ 'sleep 100m',
\ 'sleep 400m',
\ 'call feedkeys("tail -n 100 -f Xtext\<CR>", "xt")',
\ 'sleep 100m',
\ 'sleep 200m',
\ 'call feedkeys("\<C-W>N", "xt")',
\ ], 'XTest_postponed')
let buf = RunVimInTerminal('-S XTest_postponed', {})

View File

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