aboutsummaryrefslogtreecommitdiff
path: root/test/unit/helpers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/helpers.lua')
-rw-r--r--test/unit/helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/helpers.lua b/test/unit/helpers.lua
index 84ce67da4e..544a53fa10 100644
--- a/test/unit/helpers.lua
+++ b/test/unit/helpers.lua
@@ -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()