From: Bram Moolenaar Date: Sat, 7 Apr 2018 17:27:16 +0000 (+0200) Subject: patch 8.0.1673: terminal window tests are still a bit flaky X-Git-Tag: v8.0.1673 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4791015e6f0adf7f3a0a6a59884c4092ca3c19ef;p=thirdparty%2Fvim.git patch 8.0.1673: terminal window tests are still a bit flaky Problem: Terminal window tests are still a bit flaky. Solution: Increase the waiting time even more. (Elimar Riesebieter) --- diff --git a/src/testdir/test_terminal.vim b/src/testdir/test_terminal.vim index cd7a2b21e9..5645625cb3 100644 --- a/src/testdir/test_terminal.vim +++ b/src/testdir/test_terminal.vim @@ -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 diff --git a/src/version.c b/src/version.c index 665c953916..9f065797c5 100644 --- a/src/version.c +++ b/src/version.c @@ -762,6 +762,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1673, /**/ 1672, /**/