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/tools/robot_custom_rules.py b/tools/robot_custom_rules.py
index 2b1c14c..d953783 100755
--- a/tools/robot_custom_rules.py
+++ b/tools/robot_custom_rules.py
@@ -17,6 +17,7 @@
     table section if it is a section of comments.
     e.g "*** Comments ***"
     """
+
     severity = ERROR
 
     def apply(self, suite):