mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-31 18:36:42 +00:00
Increase Lua memory limit for integration tests
To avoid failures like https://gitlab.com/OpenMW/openmw/-/jobs/7534143520.
This commit is contained in:
parent
7e96e7f4a3
commit
64ebe08a78
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue