Revert "fix(IPsecUtil): Delete keywords no longer used"
[csit.git] / resources / libraries / python / SetupFramework.py
index 3c38116..95ca8a7 100644 (file)
@@ -106,7 +106,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=240, include_reason=True
+        timeout=600, include_reason=True
     )
     logger.console(
         f"Extracting tarball to {con.REMOTE_FW_DIR} on {node[u'type']} "