0
0
mirror of https://github.com/vim/vim.git synced 2025-10-01 04:54:07 -04:00

patch 8.2.0230: terminal popup test is flaky

Problem:    Terminal popup test is flaky.
Solution:   Increase wait time a bit.
This commit is contained in:
Bram Moolenaar
2020-02-07 22:20:53 +01:00
parent f2460a3aec
commit 670218839a
2 changed files with 3 additions and 1 deletions

View File

@@ -2362,7 +2362,7 @@ func Test_terminal_in_popup()
call term_sendkeys(buf, "\<C-W>:call HidePopup()\<CR>") call term_sendkeys(buf, "\<C-W>:call HidePopup()\<CR>")
call VerifyScreenDump(buf, 'Test_terminal_popup_4', {}) call VerifyScreenDump(buf, 'Test_terminal_popup_4', {})
call term_sendkeys(buf, "\<CR>") call term_sendkeys(buf, "\<CR>")
call term_wait(buf, 50) call term_wait(buf, 100)
call term_sendkeys(buf, ":q\<CR>") call term_sendkeys(buf, ":q\<CR>")
call term_wait(buf, 100) " wait for terminal to vanish call term_wait(buf, 100) " wait for terminal to vanish

View File

@@ -742,6 +742,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 */
/**/
230,
/**/ /**/
229, 229,
/**/ /**/