HC Test: Increase timeout values in HC Setup and Teardown
[csit.git] / resources / libraries / python / honeycomb / HoneycombUtil.py
index 24f81af..0b99555 100644 (file)
@@ -418,4 +418,5 @@ class HoneycombUtil(object):
             ssh.scp(
                 ".",
                 "/var/log/honeycomb/honeycomb.log",
-                get=True)
+                get=True,
+                timeout=60)