mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
fix(tests): increase hard timeout in test_bash_server to avoid timeout on Windows (#9930)
This commit is contained in:
@@ -94,7 +94,7 @@ def test_bash_server(temp_dir, runtime_cls, run_as_openhands):
|
||||
# Verify the server is actually stopped by trying to start another one
|
||||
# on the same port (regardless of OS)
|
||||
action = CmdRunAction(command='ls')
|
||||
action.set_hard_timeout(1)
|
||||
action.set_hard_timeout(3)
|
||||
obs = runtime.run_action(action)
|
||||
logger.info(obs, extra={'msg_type': 'OBSERVATION'})
|
||||
assert isinstance(obs, CmdOutputObservation)
|
||||
|
||||
Reference in New Issue
Block a user