diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-07-06 06:39:51 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-07-09 08:18:03 +0000 |
commit | cc85afad85339d2cc8f035ce63ff21220d8e6b96 (patch) | |
tree | 8c51cf79b31af4544467d6e5f06c91d077648d08 /resources/libraries/python/ssh.py | |
parent | 92995a7a564c17040483488cbc0da07e28386bdb (diff) |
CSIT-1142 2-node topology - keywords
- Clean up of 2-node setup KWs
Change-Id: I59fc901fb57544eceb6a041b56b515cda8babf85
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/python/ssh.py')
-rw-r--r-- | resources/libraries/python/ssh.py | 2 |
1 files changed, 1 insertions, 1 deletions
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! |