From 4e0ee1b55e6db6d54ad468df42044e853c9272c4 Mon Sep 17 00:00:00 2001 From: Naveen Joy Date: Mon, 25 Sep 2023 15:17:42 -0700 Subject: code and doc updates for vagrant VM dev/test environ setup Change-Id: I0e4e4758b3abbfc2fe2e18200b85477293de218b Signed-off-by: Naveen Joy Signed-off-by: Dave Wallace --- resources/libraries/python/SetupFramework.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/python/SetupFramework.py') diff --git a/resources/libraries/python/SetupFramework.py b/resources/libraries/python/SetupFramework.py index 3c381166c2..95ca8a7d51 100644 --- a/resources/libraries/python/SetupFramework.py +++ b/resources/libraries/python/SetupFramework.py @@ -106,7 +106,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=240, include_reason=True + timeout=600, include_reason=True ) logger.console( f"Extracting tarball to {con.REMOTE_FW_DIR} on {node[u'type']} " -- cgit 1.2.3-korg