From cc85afad85339d2cc8f035ce63ff21220d8e6b96 Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Fri, 6 Jul 2018 06:39:51 +0000 Subject: CSIT-1142 2-node topology - keywords - Clean up of 2-node setup KWs Change-Id: I59fc901fb57544eceb6a041b56b515cda8babf85 Signed-off-by: Peter Mikus --- resources/libraries/python/ssh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/python') diff --git a/resources/libraries/python/ssh.py b/resources/libraries/python/ssh.py index b570003aa8..4bed173bbb 100644 --- a/resources/libraries/python/ssh.py +++ b/resources/libraries/python/ssh.py @@ -325,7 +325,7 @@ class SSH(object): """ chan.close() - def scp(self, local_path, remote_path, get=False, timeout=10): + def scp(self, local_path, remote_path, get=False, timeout=30): """Copy files from local_path to remote_path or vice versa. connect() method has to be called first! -- cgit 1.2.3-korg