no need to wait that long for ping_node, it works very fast, or does not
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Mar 2015 20:18:59 +0000 (21:18 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 2 Mar 2015 20:18:59 +0000 (21:18 +0100)
system/TestPlc.py

index 382e603..873b2fe 100644 (file)
@@ -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