From bb035a53286ea08ed6b8a820047b4516e9fbcb9c Mon Sep 17 00:00:00 2001 From: matt05d <96061510+matt05d@users.noreply.github.com> Date: Thu, 19 Jun 2025 11:17:54 +0100 Subject: [PATCH] update can response timeout from 1 to 1.5 --- python_thingset/backends/can.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_thingset/backends/can.py b/python_thingset/backends/can.py index 53f549e..a2b780a 100644 --- a/python_thingset/backends/can.py +++ b/python_thingset/backends/can.py @@ -138,7 +138,7 @@ def set_address(self) -> None: txid=self.tx_id, ) - def get_message(self, timeout: float = 1.0) -> Union[bytes, None]: + def get_message(self, timeout: float = 1.5) -> Union[bytes, None]: message = None try: