Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
e6f19e8
)
FrameworkSetup: fix timeout in Arm setup
02/32802/2
author
Juraj Linkeš
<
[email protected]
>
Mon, 21 Jun 2021 06:19:06 +0000
(08:19 +0200)
committer
Vratko Polak
<
[email protected]
>
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š <
[email protected]
>
resources/libraries/python/SetupFramework.py
patch
|
blob
|
history
diff --git
a/resources/libraries/python/SetupFramework.py
b/resources/libraries/python/SetupFramework.py
index
26a07c3
..
58225c6
100644
(file)
--- 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=
9
0, include_reason=True
+ timeout=
12
0, include_reason=True
)
logger.console(
f"Extracting tarball to {con.REMOTE_FW_DIR} on {node[u'type']} "