forked from p15670423/monkey
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:
parent
6ef365d3e5
commit
93fd31b053
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue