vim-patch:8.1.1176: test for dragging a tab is flaky

Problem:    Test for dragging a tab is flaky.
Solution:   Add a brief sleep.

7f27976589

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
zeertzjq 2023-04-28 14:12:37 +08:00
parent a8d9f0a2d5
commit 3895def46c

View File

@ -297,6 +297,8 @@ func Test_xterm_mouse_drag_to_move_tab()
\ 'Tab page 2',
\ '# Xtab1'], a)
" brief sleep to avoid causing a double-click
sleep 20m
%bwipe!
endfor