FrameworkSetup: fix timeout in Arm setup 02/32802/2
authorJuraj Linkeš <juraj.linkes@pantheon.tech>
Mon, 21 Jun 2021 06:19:06 +0000 (08:19 +0200)
committerVratko Polak <vrpolak@cisco.com>
Mon, 21 Jun 2021 10:49:04 +0000 (10:49 +0000)
Framework extraction in Arm jobs is taking longer than the current
timeout. Increase the timeout to fix this.

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

index 26a07c3..58225c6 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']}",
-        timeout=90, include_reason=True
+        timeout=120, include_reason=True
     )
     logger.console(
         f"Extracting tarball to {con.REMOTE_FW_DIR} on {node[u'type']} "