Merge branch 'fix_integration_tests' into 'master'

Increase Lua memory limit for integration tests

See merge request OpenMW/openmw!4312
pull/3236/head
psi29a 5 months ago
commit a2805de0bc

@ -65,7 +65,7 @@ def runTest(name):
"[Game]\n"
"smooth animation transitions = true\n"
"[Lua]\n"
f"memory limit = {1024 * 1024 * 128}\n"
f"memory limit = {1024 * 1024 * 256}\n"
)
stdout_lines = list()
exit_ok = True

Loading…
Cancel
Save