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:
80b2451
)
FrameworkSetup: fix timeout in Arm setup
45/31745/1
author
Juraj Linkeš
<
[email protected]
>
Wed, 24 Mar 2021 14:28:22 +0000
(15:28 +0100)
committer
Juraj Linkeš
<
[email protected]
>
Wed, 24 Mar 2021 14:28:22 +0000
(15:28 +0100)
Framework extraction in Arm jobs is taking longer than the current
timeout. Increase the timeout to fix this.
Change-Id: I436d3131fcd7c25fd1f9607095712b4a8aa2d28c
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
c27dbe0
..
880b1c9
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=
3
0, include_reason=True
+ timeout=
6
0, include_reason=True
)
logger.console(
f"Extracting tarball to {con.REMOTE_FW_DIR} on {node[u'type']} "