diff --git a/idm.py b/idm.py index 2eea923..b584de6 100644 --- a/idm.py +++ b/idm.py @@ -25,7 +25,7 @@ from mcu import MCU, MCU_trsync from clocksync import SecondarySync STREAM_BUFFER_LIMIT_DEFAULT = 100 -STREAM_TIMEOUT = 1.0 +STREAM_TIMEOUT = 2.0 class IDMProbe: def __init__(self, config):