no need for grace time, we wait beforehand anyway
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 31 Mar 2008 12:20:47 +0000 (12:20 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 31 Mar 2008 12:20:47 +0000 (12:20 +0000)
system/TestPlc.py

index 1ea0aa2..46c6cbb 100644 (file)
@@ -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):