]> granicus.if.org Git - vim/commitdiff
patch 8.2.0230: terminal popup test is flaky v8.2.0230
authorBram Moolenaar <Bram@vim.org>
Fri, 7 Feb 2020 21:20:53 +0000 (22:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 7 Feb 2020 21:20:53 +0000 (22:20 +0100)
Problem:    Terminal popup test is flaky.
Solution:   Increase wait time a bit.

src/testdir/test_terminal.vim
src/version.c

index 605ac06fa8693b847ab74fa1f3c8d356a202992d..0963405e83c952f317afb42bfc997aedbaf55da3 100644 (file)
@@ -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
index b08433c079efdf4a8a9e204e548c639de396e84e..8bd7d10bfbb50761fde0cd5c7d48a4207e98b9df 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    230,
 /**/
     229,
 /**/