CSIT-1142 2-node topology - keywords
[csit.git] / resources / libraries / python / ssh.py
index b570003..4bed173 100644 (file)
@@ -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!