shorter delay for proxy operations
All checks were successful
EIVE/-/pipeline/pr-main This commit looks good
All checks were successful
EIVE/-/pipeline/pr-main This commit looks good
This commit is contained in:
parent
7fa1196633
commit
649deac81b
3
tmtcc.py
3
tmtcc.py
@ -277,6 +277,9 @@ def main(): # noqa C901: Complexity okay here.
|
||||
_LOGGER.info("TMTC Client in IDLE mode")
|
||||
time.sleep(3.0)
|
||||
elif state.request == BackendRequest.DELAY_LISTENER:
|
||||
if tc_handler.proxy_op:
|
||||
time.sleep(0.1)
|
||||
continue
|
||||
if tc_handler.cfdp_done():
|
||||
_LOGGER.info("CFDP transaction done, closing client")
|
||||
sys.exit(0)
|
||||
|
Loading…
Reference in New Issue
Block a user