Skip to content

Commit

Permalink
increase background cmd sleep time
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyaoww committed Apr 20, 2024
1 parent 3908ae7 commit fadb609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opendevin/sandbox/docker/ssh_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def close(self):
ssh_box.init_plugins([JupyterRequirement()])

bg_cmd = ssh_box.execute_in_background(
"while true; do echo 'dot ' && sleep 1; done"
"while true; do echo 'dot ' && sleep 10; done"
)

sys.stdout.flush()
Expand Down

0 comments on commit fadb609

Please sign in to comment.