1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 03:35:27 +00:00

Merge branch 'fix_integration_tests' into 'master'

Increase Lua memory limit for integration tests

See merge request OpenMW/openmw!4312
This commit is contained in:
psi29a 2024-08-10 11:24:57 +00:00
commit a2805de0bc

View File

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