FrameworkSetup: increase timeout 73/32073/1
authorJuraj Linkeš <juraj.linkes@pantheon.tech>
Wed, 21 Apr 2021 11:21:32 +0000 (13:21 +0200)
committerJuraj Linkeš <juraj.linkes@pantheon.tech>
Wed, 21 Apr 2021 11:21:32 +0000 (13:21 +0200)
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>
resources/libraries/python/SetupFramework.py

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