Framework: increase framework setup timeout 76/33176/2
authorJuraj Linkeš <juraj.linkes@pantheon.tech>
Mon, 19 Jul 2021 10:25:32 +0000 (12:25 +0200)
committerPeter Mikus <pmikus@cisco.com>
Thu, 22 Jul 2021 08:06:33 +0000 (08:06 +0000)
With increasing number of tests the amount of time needed to extract the
framework also increases. Double the timeout to leave some headroom as
well.

Change-Id: Ia012272a9a33f2d5d346277cc982e10603a4d3db
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
resources/libraries/python/SetupFramework.py

index 58225c6..e0c3a4c 100644 (file)
@@ -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']}",
         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']} "
     )
     logger.console(
         f"Extracting tarball to {con.REMOTE_FW_DIR} on {node[u'type']} "