X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fssh.py;h=4bed173bbb359005c71294c5d427a8e1328d3dcd;hp=b570003aa88759e2bccb12be6a34f4421caee64a;hb=cc85afad85339d2cc8f035ce63ff21220d8e6b96;hpb=92995a7a564c17040483488cbc0da07e28386bdb 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!