]> granicus.if.org Git - vim/commitdiff
patch 8.0.1241: popup test is flaky v8.0.1241
authorBram Moolenaar <Bram@vim.org>
Tue, 31 Oct 2017 21:19:58 +0000 (22:19 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 31 Oct 2017 21:19:58 +0000 (22:19 +0100)
Problem:    Popup test is flaky. (James McCoy)
Solution:   Increase the wait time. (Dominique Pelle)

src/testdir/test_popup.vim
src/version.c

index 1be4e6fd3326a8f8111c5ba9c54d4a3fe4765278..2781aabcd35ca70ab4d8ee5526f99cc6042bd5aa 100644 (file)
@@ -639,7 +639,7 @@ func Test_popup_and_window_resize()
   endif
   let g:buf = term_start([GetVimProg(), '--clean', '-c', 'set noswapfile'], {'term_rows': h / 3})
   call term_sendkeys(g:buf, (h / 3 - 1)."o\<esc>")
-  call term_wait(g:buf, 200)
+  call term_wait(g:buf, 500)
   call term_sendkeys(g:buf, "Gi\<c-x>")
   call term_sendkeys(g:buf, "\<c-v>")
   call term_wait(g:buf, 100)
index 339ff1d320964c1d815e3b0b3f50f29af23d1e7f..2b5fb2d7bac196399112a1f183fbe85780649c90 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1241,
 /**/
     1240,
 /**/