Increased the delay for login to complete

Change-Id: I7117479e61557898e2b511aad85da8a9942f3e05
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/gui/lib/gui_resource.robot b/gui/lib/gui_resource.robot
index 0331cc1..3150637 100644
--- a/gui/lib/gui_resource.robot
+++ b/gui/lib/gui_resource.robot
@@ -91,7 +91,7 @@
     Input Text  ${xpath_textbox_username}  ${username}
     Input Password  ${xpath_textbox_password}  ${password}
     Click Element  ${xpath_login_button}
-    Wait Until Page Contains  Overview  timeout=30s
+    Wait Until Page Contains  Overview  timeout=60s
 
 
 Logout GUI