From: Thomas Dreibholz Date: Thu, 28 May 2015 12:27:06 +0000 (+0200) Subject: NorNet boot CD needs a little more time due to boot menu. Increased timeout to 60s. X-Git-Tag: tests-6.0-2~18 X-Git-Url: http://git.onelab.eu/?p=tests.git;a=commitdiff_plain;h=492fc3a171d27f2f21d6f337704bd97f4f5b58f1 NorNet boot CD needs a little more time due to boot menu. Increased timeout to 60s. --- 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