X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FSetupFramework.py;h=26a07c3a3869e5695c034821dbaad3c2afcb846e;hp=db8f40498bd1743f5dfccdbc48f6692fdcf08df6;hb=1e5030b987404fb1cf1dfabe31a150092ff84a3d;hpb=9e5b19df38eaa014e80d67d149a16424def33d8d diff --git a/resources/libraries/python/SetupFramework.py b/resources/libraries/python/SetupFramework.py index db8f40498b..26a07c3a38 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=60, include_reason=True + timeout=90, include_reason=True ) logger.console( f"Extracting tarball to {con.REMOTE_FW_DIR} on {node[u'type']} "