mirror of
https://github.com/neovim/neovim.git
synced 2026-05-28 15:55:34 +00:00
test(pack): increase retry timeout for startup test #39125
Problem: Unreliable test on Windows which sometimes fails with too many failed retries. Solution: Increase timeout in hopes that it will be enough to make it pass more frequently. This should not affect fast and already working platforms.
This commit is contained in:
committed by
GitHub
parent
11a1ec7df3
commit
df6a0827fb
@@ -879,7 +879,7 @@ describe('vim.pack', function()
|
||||
local function assert_works()
|
||||
-- Should auto-install but wait before executing code after it
|
||||
n.clear({ args_rm = { '-u' } })
|
||||
t.retry(nil, 2000, function()
|
||||
t.retry(nil, 5000, function()
|
||||
eq(true, exec_lua('return _G.done'))
|
||||
end)
|
||||
assert_loaded()
|
||||
|
||||
Reference in New Issue
Block a user