Change-Id: I61fc8f28b2342c545e66ef5f6a8ec96ca46d7a49
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
with open(health_check_file, "r") as f:
last_received_ping = f.read()
- if time() - float(last_received_ping) < Lcm.ping_interval_pace + 10:
+ if time() - float(last_received_ping) < 2 * Lcm.ping_interval_pace: # allow one ping not received every two
exit(0)
except Exception:
pass
if __name__ == '__main__':
try:
- print("SYS.PATH='{}'".format(sys.path))
+ # print("SYS.PATH='{}'".format(sys.path))
# load parameters and configuration
# -h
# -c value