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:
zeertzjq
2023-01-21 20:50:46 +08:00
committed by GitHub
parent fb805bb8b7
commit 0f52e2c849
5 changed files with 91 additions and 3 deletions

View File

@@ -824,7 +824,7 @@ static bool pum_set_selected(int n, int repeat)
// When the preview window was resized we need to
// update the view on the buffer. Only go back to
// the window when needed, otherwise it will always be
// redraw.
// redrawn.
if (resized) {
no_u_sync++;
win_enter(curwin_save, true);