Skip to content

Commit

Permalink
reduce timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartManoj committed Jan 11, 2025
1 parent 7f64dcc commit 82f58b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 82f58b3

Please sign in to comment.