From a559e24c6dac82ef5994ff05534bc70bc1739a99 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Mon, 31 Mar 2008 12:20:47 +0000 Subject: [PATCH] no need for grace time, we wait beforehand anyway --- system/TestPlc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestPlc.py b/system/TestPlc.py index 1ea0aa2..46c6cbb 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -458,7 +458,7 @@ class TestPlc: return True def nodes_booted(self,options): - return self.do_nodes_booted(minutes=5) + return self.do_nodes_booted(minutes=0) #to scan and store the nodes's public keys and avoid to ask for confirmation when ssh def scan_publicKeys(self,hostnames): -- 2.47.0