Increase Lua memory limit for integration tests

To avoid failures like https://gitlab.com/OpenMW/openmw/-/jobs/7534143520.
pull/3236/head
elsid 5 months ago
parent 7e96e7f4a3
commit 64ebe08a78
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

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

Loading…
Cancel
Save