From 9d922dc3dea68836a5947025373166dc3185e98b Mon Sep 17 00:00:00 2001 From: ss412g Date: Tue, 24 Dec 2019 01:42:40 +0200 Subject: [PATCH] Increase sleep time in automation Change-Id: I7325dfbe04c542950bfb5ca6c94e8e42d0a111bd Signed-off-by: ss412g --- Automation/Tests/Resource/Keywords.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Automation/Tests/Resource/Keywords.robot b/Automation/Tests/Resource/Keywords.robot index 2593c5f..e2e622f 100644 --- 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 2s + Sleep 3s ${result}= Run And Return Rc And Output ${docker_command} Should Be Equal As Integers ${result[1]} ${docker_number} -- 2.16.6