]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.0.1673: terminal window tests are still a bit flaky v8.0.1673
authorBram Moolenaar <Bram@vim.org>
Sat, 7 Apr 2018 17:27:16 +0000 (19:27 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 7 Apr 2018 17:27:16 +0000 (19:27 +0200)
Problem:    Terminal window tests are still a bit flaky.
Solution:   Increase the waiting time even more. (Elimar Riesebieter)

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

index cd7a2b21e9efaa7dbeab7578be175c86549fc304..5645625cb378d82fd616021cd3e848ec7ff6d407 100644 (file)
@@ -1061,7 +1061,7 @@ func Api_drop_common(options)
        \ "set t_ts=",
        \ ], 'Xscript')
   let buf = RunVimInTerminal('-S Xscript', {})
-  call WaitFor({-> bufnr('Xtextfile') > 0}, 2000)
+  call WaitFor({-> bufnr('Xtextfile') > 0}, 5000)
   call assert_equal('Xtextfile', expand('%:t'))
   call assert_true(winnr('$') >= 3)
   return buf
index 665c95391616c6eeaba245050305043bdfdd72a5..9f065797c50a2af12bbb98719b71dea7871ad1fd 100644 (file)
@@ -762,6 +762,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1673,
 /**/
     1672,
 /**/