diff --git a/scripts/integration_tests.py b/scripts/integration_tests.py index bd93a317b3..4d63c0f2dd 100755 --- a/scripts/integration_tests.py +++ b/scripts/integration_tests.py @@ -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