From 40578dd125e46d8150fc3576ea35227acc2e6b79 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 2 Mar 2015 21:18:59 +0100 Subject: [PATCH] no need to wait that long for ping_node, it works very fast, or does not --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index 382e603..873b2fe 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -1052,7 +1052,7 @@ class TestPlc: return True # probing nodes - def check_nodes_ping(self, timeout_seconds=240, period_seconds=10): + def check_nodes_ping(self, timeout_seconds=30, period_seconds=10): class CompleterTaskPingNode(CompleterTask): def __init__ (self, hostname): self.hostname=hostname -- 2.43.0