From: Thierry Parmentelat Date: Mon, 2 Mar 2015 20:18:59 +0000 (+0100) Subject: no need to wait that long for ping_node, it works very fast, or does not X-Git-Tag: tests-5.3-10~22 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=40578dd125e46d8150fc3576ea35227acc2e6b79 no need to wait that long for ping_node, it works very fast, or does not --- 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