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:
25ccc09
)
FrameworkSetup: increase timeout
73/32073/1
author
Juraj Linkeš
<
[email protected]
>
Wed, 21 Apr 2021 11:21:32 +0000
(13:21 +0200)
committer
Juraj Linkeš
<
[email protected]
>
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š <
[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
db8f404
..
26a07c3
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=
6
0, include_reason=True
+ timeout=
9
0, include_reason=True
)
logger.console(
f"Extracting tarball to {con.REMOTE_FW_DIR} on {node[u'type']} "