X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FSetupFramework.py;h=e0c3a4cb6159e7a13909c51dadb0fe1cf2e8b211;hb=bd15bb418bf618ff3055fb25c339778d12c1eaef;hp=58225c6031e2c29e01fe8f4fd8069860d531d925;hpb=cf34150deaf6a95bc334abd456da033396425344;p=csit.git diff --git a/resources/libraries/python/SetupFramework.py b/resources/libraries/python/SetupFramework.py index 58225c6031..e0c3a4cb61 100644 --- a/resources/libraries/python/SetupFramework.py +++ b/resources/libraries/python/SetupFramework.py @@ -105,7 +105,7 @@ def extract_tarball_at_node(tarball, node): node, cmd, message=f"Failed to extract {tarball} at node {node[u'type']} " f"host {node[u'host']}, port {node[u'port']}", - timeout=120, include_reason=True + timeout=240, include_reason=True ) logger.console( f"Extracting tarball to {con.REMOTE_FW_DIR} on {node[u'type']} "