NorNet boot CD needs a little more time due to boot menu. Increased timeout to 60s.
[tests.git] / system / TestPlc.py
index 11fe697..9252862 100644 (file)
@@ -1126,7 +1126,7 @@ class TestPlc:
         return True
 
     # probing nodes
-    def check_nodes_ping(self, timeout_seconds=30, period_seconds=10):
+    def check_nodes_ping(self, timeout_seconds=60, period_seconds=10):
         class CompleterTaskPingNode(CompleterTask):
             def __init__(self, hostname):
                 self.hostname = hostname