Add FFDC collection and increase timeout

Changes:
    - Added keyword in test teardown
      FFDC On Test Case Fail
    - Increase wait for ping and REST check to
      improve success rate.

Tested:
    - NA
Change-Id: Ifbff53316567a9f97431152c1010fa2ee962a52e
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/systest/htx_softbootme_test.robot b/systest/htx_softbootme_test.robot
index a022976..0ddc205 100644
--- a/systest/htx_softbootme_test.robot
+++ b/systest/htx_softbootme_test.robot
@@ -98,7 +98,7 @@
             Run Keyword If  '${l_ping}' == '${False}'  Fail  msg=OS not pinging in 20 minutes
 
             Wait Until Keyword Succeeds
-            ...   1 min   30 sec   Verify Ping SSH And Redfish Authentication
+            ...   2 min   30 sec   Verify Ping SSH And Redfish Authentication
 
             Wait Until Keyword Succeeds
             ...   3x  60 sec  OS Execute Command  uptime
@@ -176,4 +176,6 @@
     ...  \ targ_file_path=${EXECDIR}${/}logs${/}SOL.log
     Run Keyword And Ignore Error   ${keyword_buf}
 
+    FFDC On Test Case Fail
+
     Close All Connections