commit | bb3d21c07a9d117fe6fefb23642b766366d54e89 | [log] [tgz] |
---|---|---|
author | Rahul Maheshwari <rahulmaheshwari@in.ibm.com> | Tue Jul 23 01:08:19 2019 -0500 |
committer | George Keishing <gkeishin@in.ibm.com> | Tue Jul 23 09:02:44 2019 +0000 |
tree | a5a588322246eeb9f986f4a01d3900034dc45e13 | |
parent | e0a2d5e2ae09418257ead3fc1165ae5932abdd98 [diff] |
Reduced the delay after user delete operation Change-Id: Ibc329950d2196da981f86069699efc42e3a200a8 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/lib/ipmi_client.robot b/lib/ipmi_client.robot index 0dccdbf..47f0744 100755 --- a/lib/ipmi_client.robot +++ b/lib/ipmi_client.robot
@@ -416,5 +416,5 @@ ${user_info}= Get User Info ${userid} Run Keyword If "${user_info['user_name']}" != "" ... Run IPMI Standard Command user set name ${userid} "" - Sleep 10s + Sleep 5s END