HC Test: increase timeout for archiving HC log file
[csit.git] / resources / libraries / python / honeycomb / HoneycombUtil.py
index 39c076d..86feb78 100644 (file)
@@ -453,5 +453,6 @@ class HoneycombUtil(object):
             ssh.scp(
                 ".",
                 "/tmp/honeycomb.log",
-                get=True)
+                get=True,
+                timeout=60)
             ssh.exec_command("rm /tmp/honeycomb.log")