GUI: Increased retry browser login attempts

Changes:
     - Trying 3 attempts of retry Browser Login Attempts

Tested:
     - Ran test working fine with sandbox.

Change-Id: I13143357ec4ba23d861725ebccd7c41104d8d4d6
Signed-off-by: rramyasr-in <rramyasr@in.ibm.com>
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/gui/lib/gui_resource.robot b/gui/lib/gui_resource.robot
index d53091d..881c9af 100644
--- a/gui/lib/gui_resource.robot
+++ b/gui/lib/gui_resource.robot
@@ -76,7 +76,7 @@
     [Documentation]  Launch browser and login to OpenBMC GUI, retry 2 attempts
     ...              in 1 minute time.
 
-    Wait Until Keyword Succeeds  130 sec   65 sec  Retry Browser Login Attempts
+    Wait Until Keyword Succeeds  195 sec   65 sec  Retry Browser Login Attempts
 
 
 Retry Browser Login Attempts
@@ -102,7 +102,6 @@
     Click Element  ${xpath_login_button}
     Wait Until Page Contains  Overview  timeout=60s
 
-
 Logout GUI
     [Documentation]  Logout of OpenBMC GUI.