fix(tests/lua/slow): reduce test size to avoid stackoverflow on OSX when compiling without Boost
Signed-off-by: Leonardo de Moura <leodemoura@cmacslab5.modck.cs.cmu.edu>
This commit is contained in:
parent
b8b5a59117
commit
40e4a1efa9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ function export_env(i, sz)
|
|||
end
|
||||
|
||||
local NumMods=40
|
||||
local NumThs=200
|
||||
local NumThs=150
|
||||
for i = 1, NumMods do
|
||||
export_env(i, NumThs)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue