Agent: Remove TODO for determining time between telem and exit

Time taken is upto 10s for tunnel close and potentially up to 15 to send T1107Telem, so maximum up to 25 seconds
This commit is contained in:
vakaris_zilius 2022-04-06 11:18:48 +00:00
parent 6ef365d3e5
commit 93fd31b053
1 changed files with 0 additions and 2 deletions

View File

@ -366,8 +366,6 @@ class InfectionMonkey:
is_done=True, version=get_version()
).send() # Signal the server (before closing the tunnel)
# TODO: Determine how long between when we
# send telemetry and the monkey actually exits
InfectionMonkey._close_tunnel()
self._singleton.unlock()
except Exception as e: