From 5973b877b705a6387a262f9aec7e9c2b7f67831c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 15 Jul 2010 10:49:45 +0200 Subject: [PATCH] timeouts change: nodes_ssh_debug=10', nodes_ssh_boot=40', safer for f12 nodes running qemu --- system/TestPlc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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): -- 2.47.0