NorNet boot CD needs a little more time due to boot menu. Increased timeout to 60s.
authorThomas Dreibholz <dreibh@simula.no>
Thu, 28 May 2015 12:27:06 +0000 (14:27 +0200)
committerThomas Dreibholz <dreibh@simula.no>
Thu, 28 May 2015 12:27:06 +0000 (14:27 +0200)
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