Skip to content

Commit 4791015

Browse files
committed
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)
1 parent 72532d3 commit 4791015

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/test_terminal.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1061,7 +1061,7 @@ func Api_drop_common(options)
10611061
\ "set t_ts=",
10621062
\ ], 'Xscript')
10631063
let buf = RunVimInTerminal('-S Xscript', {})
1064-
call WaitFor({-> bufnr('Xtextfile') > 0}, 2000)
1064+
call WaitFor({-> bufnr('Xtextfile') > 0}, 5000)
10651065
call assert_equal('Xtextfile', expand('%:t'))
10661066
call assert_true(winnr('$') >= 3)
10671067
return buf

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,8 @@ static char *(features[]) =
762762

763763
static int included_patches[] =
764764
{ /* Add new patch number below this line */
765+
/**/
766+
1673,
765767
/**/
766768
1672,
767769
/**/

0 commit comments

Comments
 (0)