shorter delay for proxy operations
EIVE/-/pipeline/pr-main This commit looks good Details

This commit is contained in:
Robin Müller 2023-09-06 11:45:32 +02:00
parent 7fa1196633
commit 649deac81b
Signed by: muellerr
GPG Key ID: A649FB78196E3849
1 changed files with 3 additions and 0 deletions

View File

@ -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)