diff --git a/test/util_data_channel_1.py b/test/util_data_channel_1.py index cdf47652..6fa465d7 100644 --- a/test/util_data_channel_1.py +++ b/test/util_data_channel_1.py @@ -149,7 +149,7 @@ def t_highsnr_arq_short_station1( time.sleep(0.5) # This transaction should take less than 14 sec. - timeout = time.time() + 14 + timeout = time.time() + 20 while "ARQ;TRANSMITTING;SUCCESS" not in static.INFO: if time.time() > timeout: log.warning("station1 TIMEOUT", first=True) diff --git a/test/util_data_channel_2.py b/test/util_data_channel_2.py index a2151692..1265a5d7 100644 --- a/test/util_data_channel_2.py +++ b/test/util_data_channel_2.py @@ -132,7 +132,7 @@ def t_highsnr_arq_short_station2( # time.sleep(2) # This transaction should take less than 14 sec. - timeout = time.time() + 14 + timeout = time.time() + 20 while "ARQ;RECEIVING;SUCCESS" not in static.INFO or static.ARQ_STATE: if time.time() > timeout: log.warning("station2 TIMEOUT", first=True)