a lot of changes
diff --git a/wally/sensors/deploy_sensors.py b/wally/sensors/deploy_sensors.py
index 6fff833..4a1c5df 100644
--- a/wally/sensors/deploy_sensors.py
+++ b/wally/sensors/deploy_sensors.py
@@ -70,7 +70,8 @@
time.sleep(0.3)
# logger.warning("Sensors don't removed")
- run_over_ssh(conn, "rm -rf {0}".format(remote_path), node=url)
+ run_over_ssh(conn, "rm -rf {0}".format(remote_path),
+ node=url, timeout=10)
except Exception as exc:
msg = "Failed to remove sensors from node {0}: {1!s}"
logger.error(msg.format(url, exc))