From 492fc3a171d27f2f21d6f337704bd97f4f5b58f1 Mon Sep 17 00:00:00 2001 From: Thomas Dreibholz Date: Thu, 28 May 2015 14:27:06 +0200 Subject: [PATCH] NorNet boot CD needs a little more time due to boot menu. Increased timeout to 60s. --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index 11fe697..9252862 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -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 -- 2.43.0