mirror of
https://github.com/neovim/neovim.git
synced 2024-12-31 17:13:26 -07:00
unittest: increase number of retries in cimport
This commit is contained in:
parent
741cb5be08
commit
972fc30599
@ -66,7 +66,7 @@ local function cimport(...)
|
||||
end
|
||||
|
||||
local body = nil
|
||||
for i=1, 3 do
|
||||
for i=1, 10 do
|
||||
local stream = Preprocess.preprocess_stream(unpack(paths))
|
||||
body = stream:read("*a")
|
||||
stream:close()
|
||||
|
Loading…
Reference in New Issue
Block a user