From 82f58b3f74c560bfc1dc22460bd774167cfe7463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=AE=AE=E0=AE=A9=E0=AF=8B=E0=AE=9C=E0=AF=8D=E0=AE=95?= =?UTF-8?q?=E0=AF=81=E0=AE=AE=E0=AE=BE=E0=AE=B0=E0=AF=8D=20=E0=AE=AA?= =?UTF-8?q?=E0=AE=B4=E0=AE=A9=E0=AE=BF=E0=AE=9A=E0=AF=8D=E0=AE=9A=E0=AE=BE?= =?UTF-8?q?=E0=AE=AE=E0=AE=BF?= Date: Sat, 11 Jan 2025 16:01:47 +0530 Subject: [PATCH] reduce timeout --- .../runtime/impl/action_execution/action_execution_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhands/runtime/impl/action_execution/action_execution_client.py b/openhands/runtime/impl/action_execution/action_execution_client.py index dc070c843e35..ee69e35e6056 100644 --- a/openhands/runtime/impl/action_execution/action_execution_client.py +++ b/openhands/runtime/impl/action_execution/action_execution_client.py @@ -100,7 +100,7 @@ def check_if_alive(self) -> None: with self._send_action_server_request( 'GET', f'{self._get_action_execution_server_host()}/alive', - timeout=60, + timeout=5, ): pass