mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
test/win: window_split_tab_spec: increase retry() time
The default timeout of 10s only allows 1 retry.
This commit is contained in:
parent
8086db6302
commit
10ef903648
@ -71,7 +71,7 @@ describe('terminal', function()
|
||||
feed([[<C-\><C-N>:]]) -- Go to cmdline-mode, so cursor is at bottom.
|
||||
|
||||
if iswin() then
|
||||
retry(3, nil, function()
|
||||
retry(3, 30000, function()
|
||||
-- win: SIGWINCH is unreliable. #7506
|
||||
screen:try_resize(screen._width - 3, screen._height - 2)
|
||||
screen:expect{any='rows: 7, cols: 47'}
|
||||
|
Loading…
Reference in New Issue
Block a user