Update OCC wait time to 8 minutes

Changes:
    - Increase OCC wait timeout
    - Fix CI script failure

Tested:
    - Ran from Sandbox

Change-Id: I1c7e8fef3038bf839b864f746e28706dcc64331d
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/gui/data/resource_variables.py b/gui/data/resource_variables.py
index 9f6cf38..6da8156 100644
--- a/gui/data/resource_variables.py
+++ b/gui/data/resource_variables.py
@@ -10,6 +10,7 @@
     r"""
     Base class for GUI resource related XPATH variables.
     """
+
     xpath_textbox_hostname = "//input[@id='host']"
     xpath_textbox_username = "//input[@id='username']"
     xpath_textbox_password = "//input[@id='password']"