test/win: window_split_tab_spec: increase retry() time

The default timeout of 10s only allows 1 retry.
This commit is contained in:
Justin M. Keyes 2018-11-05 03:25:36 +01:00
parent 8086db6302
commit 10ef903648

View File

@ -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'}