mirror of
https://github.com/neovim/neovim.git
synced 2026-07-22 00:51:33 +00:00
unittest: increase number of retries in cimport
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user