aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuraj Linkeš <juraj.linkes@pantheon.tech>2021-07-19 12:25:32 +0200
committerPeter Mikus <pmikus@cisco.com>2021-07-22 08:06:33 +0000
commit846e247a73a12c723f90f7e238d2ba1b439ac065 (patch)
tree6c9d55a2bc848b101594de1205ae1fdd111d6dbe
parent6eb68a70f170386848ecd9b3a015250b4c956465 (diff)
Framework: increase framework setup timeout
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>
-rw-r--r--resources/libraries/python/SetupFramework.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/SetupFramework.py b/resources/libraries/python/SetupFramework.py
index 58225c6031..e0c3a4cb61 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=120, include_reason=True
+ timeout=240, include_reason=True
)
logger.console(
f"Extracting tarball to {con.REMOTE_FW_DIR} on {node[u'type']} "