Code Review
/
ric-plt
/
e2mgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
372a275
)
Increase sleep time in automation
02/2102/1
author
ss412g
<shuky.har-noy@intl.att.com>
Mon, 23 Dec 2019 23:42:40 +0000
(
01:42
+0200)
committer
ss412g
<shuky.har-noy@intl.att.com>
Mon, 23 Dec 2019 23:42:47 +0000
(
01:42
+0200)
Change-Id: I7325dfbe04c542950bfb5ca6c94e8e42d0a111bd
Signed-off-by: ss412g <shuky.har-noy@intl.att.com>
Automation/Tests/Resource/Keywords.robot
patch
|
blob
|
history
diff --git
a/Automation/Tests/Resource/Keywords.robot
b/Automation/Tests/Resource/Keywords.robot
index
2593c5f
..
e2e622f
100644
(file)
--- a/
Automation/Tests/Resource/Keywords.robot
+++ b/
Automation/Tests/Resource/Keywords.robot
@@
-133,7
+133,7
@@
Prepare Enviorment
Run And Return Rc And Output ${run_simu_regular}
Run And Return Rc And Output ${run_e2e_simu_regular}
Run And Return Rc And Output ${restart_e2adapter}
- Sleep
2
s
+ Sleep
3
s
${result}= Run And Return Rc And Output ${docker_command}
Should Be Equal As Integers ${result[1]} ${docker_number}