X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FSetupFramework.py;h=880b1c94ce9595822b73a4faaf4769111f613346;hp=c27dbe08c29d74807f4c1f51e8a8bf3f1cf2a4f4;hb=4f0b7994d54b904dc3da2ada14c69e743df4d911;hpb=80b2451e43972ef7a1a177b8632f3bf952f3a8c7 diff --git a/resources/libraries/python/SetupFramework.py b/resources/libraries/python/SetupFramework.py index c27dbe08c2..880b1c94ce 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=30, include_reason=True + timeout=60, include_reason=True ) logger.console( f"Extracting tarball to {con.REMOTE_FW_DIR} on {node[u'type']} "