X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fhoneycomb%2FHoneycombUtil.py;h=86feb78d9431c8c3c97aea7c00cbd0eeeca63cc2;hp=39c076d9c3d843722b4c2a79d64816986733a551;hb=fcee621dda66ed8b218158c36afbf07bd08b23a1;hpb=0513ce5642dcf58b21f9b77d6b50e4e9a7a94f04 diff --git a/resources/libraries/python/honeycomb/HoneycombUtil.py b/resources/libraries/python/honeycomb/HoneycombUtil.py index 39c076d9c3..86feb78d94 100644 --- a/resources/libraries/python/honeycomb/HoneycombUtil.py +++ b/resources/libraries/python/honeycomb/HoneycombUtil.py @@ -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")