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:
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…
x
Reference in New Issue
Block a user