unittest: increase number of retries in cimport

This commit is contained in:
Stefan Hoffmann 2014-10-27 17:32:55 +01:00
parent 741cb5be08
commit 972fc30599

View File

@ -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()