changeset 19344:77794a1d7e98 v8.2.0230

patch 8.2.0230: terminal popup test is flaky Commit: https://github.com/vim/vim/commit/670218839aef105e83f8effaa1c83100c61c7bcf Author: Bram Moolenaar <Bram@vim.org> Date: Fri Feb 7 22:20:53 2020 +0100 patch 8.2.0230: terminal popup test is flaky Problem: Terminal popup test is flaky. Solution: Increase wait time a bit.
author Bram Moolenaar <Bram@vim.org>
date Fri, 07 Feb 2020 22:30:03 +0100
parents 0877d4295ae1
children c221e35656dc
files src/testdir/test_terminal.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_terminal.vim
+++ b/src/testdir/test_terminal.vim
@@ -2362,7 +2362,7 @@ func Test_terminal_in_popup()
   call term_sendkeys(buf, "\<C-W>:call HidePopup()\<CR>")
   call VerifyScreenDump(buf, 'Test_terminal_popup_4', {})
   call term_sendkeys(buf, "\<CR>")
-  call term_wait(buf, 50)
+  call term_wait(buf, 100)
 
   call term_sendkeys(buf, ":q\<CR>")
   call term_wait(buf, 100)  " wait for terminal to vanish
--- a/src/version.c
+++ b/src/version.c
@@ -743,6 +743,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    230,
+/**/
     229,
 /**/
     228,