mirror of
https://github.com/neovim/neovim.git
synced 2024-12-21 03:35:02 -07:00
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:
parent
e29b89ca54
commit
8e1adedb26
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user