Skip to content

Commit e1eaa6d

Browse files
committed
fix: integration-test
1 parent 29ff54b commit e1eaa6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-test/telnet-stop-leak/run_telnet_stop_leak_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def main() -> int:
208208
target_env["HOME"] = str(home_dir)
209209
with open(target_log, "wb") as out:
210210
target_proc = subprocess.Popen(
211-
[java_bin, f"-Duser.home={home_dir}", "-jar", str(math_game_jar)],
211+
[java_bin, "-Xmx50m", f"-Duser.home={home_dir}", "-jar", str(math_game_jar)],
212212
stdout=out,
213213
stderr=subprocess.STDOUT,
214214
env=target_env,

0 commit comments

Comments
 (0)