tres: lower SOM reset timeout (#1945)

* tres: lower SOM reset timeout

* update test
This commit is contained in:
Adeeb Shihadeh
2024-05-03 14:03:54 -07:00
committed by GitHub
parent 3c4c1d95dc
commit 2b70e283c1
3 changed files with 3 additions and 2 deletions

View File

@@ -362,6 +362,7 @@ class Panda:
this_serial = device.getSerialNumber()
except Exception:
logging.exception("failed to get serial number of panda")
continue
if serial is None or this_serial == serial:
logging.debug("opening device %s %s", this_serial, hex(device.getProductID()))