Skip to content

Commit 89c394f

Browse files
committed
patch 8.0.1241: popup test is flaky
Problem: Popup test is flaky. (James McCoy) Solution: Increase the wait time. (Dominique Pelle)
1 parent ba6febd commit 89c394f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/test_popup.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ func Test_popup_and_window_resize()
639639
endif
640640
let g:buf = term_start([GetVimProg(), '--clean', '-c', 'set noswapfile'], {'term_rows': h / 3})
641641
call term_sendkeys(g:buf, (h / 3 - 1)."o\<esc>")
642-
call term_wait(g:buf, 200)
642+
call term_wait(g:buf, 500)
643643
call term_sendkeys(g:buf, "Gi\<c-x>")
644644
call term_sendkeys(g:buf, "\<c-v>")
645645
call term_wait(g:buf, 100)

src/version.c

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

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
1241,
764766
/**/
765767
1240,
766768
/**/

0 commit comments

Comments
 (0)