Skip to content

Commit

Permalink
kill test runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren committed Nov 11, 2024
1 parent ae349be commit f714a0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/runtime/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def _load_runtime(
config = load_app_config()
config.run_as_openhands = run_as_openhands
config.sandbox.force_rebuild_runtime = force_rebuild_runtime
config.sandbox.keep_runtime_alive = False
# Folder where all tests create their own folder
global test_mount_path
if use_workspace:
Expand Down
2 changes: 1 addition & 1 deletion tests/runtime/test_stress_remote_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def get_config(
timeout=300,
api_key=os.environ.get('ALLHANDS_API_KEY', None),
remote_runtime_api_url=os.environ.get('SANDBOX_REMOTE_RUNTIME_API_URL'),
keep_runtime_alive=True,
keep_runtime_alive=False,
),
# do not mount workspace
workspace_base=None,
Expand Down

0 comments on commit f714a0b

Please sign in to comment.