aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorJuraj Linkeš <juraj.linkes@pantheon.tech>2021-04-21 13:21:32 +0200
committerJuraj Linkeš <juraj.linkes@pantheon.tech>2021-04-21 13:21:32 +0200
commit1e5030b987404fb1cf1dfabe31a150092ff84a3d (patch)
tree59a7746b70175291f17eb6060fbe76df416dc789 /resources
parent25ccc0995192637934da320bc28b788382733fa1 (diff)
FrameworkSetup: increase timeout
We're hitting a SSHTimeout exception when copying the framework, increase the timeout to fix this. Change-Id: Ic72b9b8b96290c3f0e705d79742bbd39b0bf1e71 Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
Diffstat (limited to 'resources')
-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 db8f40498b..26a07c3a38 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=60, include_reason=True
+ timeout=90, include_reason=True
)
logger.console(
f"Extracting tarball to {con.REMOTE_FW_DIR} on {node[u'type']} "