From: Thierry Parmentelat Date: Thu, 15 Jul 2010 08:49:45 +0000 (+0200) Subject: timeouts change: nodes_ssh_debug=10', nodes_ssh_boot=40', safer for f12 nodes running... X-Git-Tag: tests-5.0-10~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5973b877b705a6387a262f9aec7e9c2b7f67831c;p=tests.git timeouts change: nodes_ssh_debug=10', nodes_ssh_boot=40', safer for f12 nodes running qemu --- diff --git a/system/TestPlc.py b/system/TestPlc.py index 9196491..1246fa1 100644 --- a/system/TestPlc.py +++ b/system/TestPlc.py @@ -904,11 +904,11 @@ class TestPlc: def nodes_ssh_debug(self): "Tries to ssh into nodes in debug mode with the debug ssh key" - return self.check_nodes_ssh(debug=True,timeout_minutes=30,silent_minutes=5) + return self.check_nodes_ssh(debug=True,timeout_minutes=10,silent_minutes=5) def nodes_ssh_boot(self): "Tries to ssh into nodes in production mode with the root ssh key" - return self.check_nodes_ssh(debug=False,timeout_minutes=30,silent_minutes=15) + return self.check_nodes_ssh(debug=False,timeout_minutes=40,silent_minutes=15) @node_mapper def init_node (self):