mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
a8d9f0a2d5
commit
3895def46c
@ -297,6 +297,8 @@ func Test_xterm_mouse_drag_to_move_tab()
|
|||||||
\ 'Tab page 2',
|
\ 'Tab page 2',
|
||||||
\ '# Xtab1'], a)
|
\ '# Xtab1'], a)
|
||||||
|
|
||||||
|
" brief sleep to avoid causing a double-click
|
||||||
|
sleep 20m
|
||||||
%bwipe!
|
%bwipe!
|
||||||
endfor
|
endfor
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user