Fix for wait time in HTX softboot me

Changes:
   - Added changes to fix CT issues for htx_softbootme_test.robot
Tested:
   - Ran the test case from sandbox successfully

Change-Id: Ibbae2fc4110371f3c64a31e975505488d2ea0aed
Signed-off-by: sarandev3 <saranyad@in.ibm.com>
diff --git a/systest/htx_softbootme_test.robot b/systest/htx_softbootme_test.robot
index 9a6441d..60f8344 100644
--- a/systest/htx_softbootme_test.robot
+++ b/systest/htx_softbootme_test.robot
@@ -112,10 +112,13 @@
     Wait Until Keyword Succeeds
     ...   15 min   30 sec   Verify Ping SSH And Redfish Authentication
 
-    Shutdown Bootme
+    Wait Until Keyword Succeeds
+    ...   2 min  60 sec   Shutdown Bootme
 
     # If user needs to keep the HTX running to debug on failure or post processing.
-    Run Keyword If  ${HTX_KEEP_RUNNING} == ${0}  Shutdown HTX Exerciser
+    Run Keyword If  ${HTX_KEEP_RUNNING} == ${0}
+    ...  Wait Until Keyword Succeeds
+    ...     2 min  60 sec   Shutdown HTX Exerciser
 
 
 Test Setup Execution