increased timeouts

This commit is contained in:
DJ2LS 2023-01-29 18:50:09 +01:00
parent 9f525623a9
commit d2623f5017
2 changed files with 3 additions and 2 deletions

View file

@ -2912,7 +2912,8 @@ class DATA:
return
self.log.debug("[TNC] arq_cleanup")
# wait a second for smoother arq behaviour
helpers.wait(1.0)
self.rx_frame_bof_received = False
self.rx_frame_eof_received = False

View file

@ -471,7 +471,7 @@ def process_tnc_commands(data):
static.BEACON_PAUSE = True
# wait some random time
helpers.wait(randrange(0, 20, 5) / 10.0)
helpers.wait(randrange(5, 25, 5) / 10.0)
# we need to warn if already in arq state
if static.ARQ_STATE: