vim-patch:8.0.1241: popup test is flaky

Problem:    Popup test is flaky. (James McCoy)
Solution:   Increase the wait time. (Dominique Pelle)
89c394faca
This commit is contained in:
Jan Edmund Lazo 2019-09-01 11:27:46 -04:00
parent e29b89ca54
commit 8e1adedb26
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -671,7 +671,7 @@ func Test_popup_and_window_resize()
endif endif
let g:buf = term_start([GetVimProg(), '--clean', '-c', 'set noswapfile'], {'term_rows': h / 3}) 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_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, "Gi\<c-x>")
call term_sendkeys(g:buf, "\<c-v>") call term_sendkeys(g:buf, "\<c-v>")
call term_wait(g:buf, 100) call term_wait(g:buf, 100)