mirror of
https://github.com/vim/vim.git
synced 2025-09-28 04:24:06 -04:00
patch 8.1.1176: test for dragging a tab is flaky
Problem: Test for dragging a tab is flaky. Solution: Add a brief sleep.
This commit is contained in:
@@ -325,6 +325,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
|
||||
|
||||
|
@@ -771,6 +771,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1176,
|
||||
/**/
|
||||
1175,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user