mirror of
https://github.com/neovim/neovim.git
synced 2026-05-19 19:41:16 +00:00
vim-patch:8.2.0382: some tests fail when run under valgrind (#21936)
Problem: Some tests fail when run under valgrind.
Solution: Increase timeouts.
353c351bd2
Cherry-pick Test_pum_with_preview_win() from patch 8.2.0011.
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
@@ -36,7 +36,7 @@ endfunc
|
||||
" If the expected output argument is supplied, then check for it.
|
||||
func RunDbgCmd(buf, cmd, ...)
|
||||
call term_sendkeys(a:buf, a:cmd . "\r")
|
||||
call term_wait(a:buf)
|
||||
call term_wait(a:buf, 20)
|
||||
|
||||
if a:0 != 0
|
||||
let options = #{match: 'equal'}
|
||||
|
||||
Reference in New Issue
Block a user