Skip to content

Commit 9c22309

Browse files
committed
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 <[email protected]>
1 parent a80d8ac commit 9c22309

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

gui/data/resource_variables.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ class resource_variables:
1010
r"""
1111
Base class for GUI resource related XPATH variables.
1212
"""
13+
1314
xpath_textbox_hostname = "//input[@id='host']"
1415
xpath_textbox_username = "//input[@id='username']"
1516
xpath_textbox_password = "//input[@id='password']"

lib/open_power_utils.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Library utilities.py
99
*** Variables ***
1010
${functional_cpu_count} ${0}
1111
${active_occ_count} ${0}
12-
${OCC_WAIT_TIMEOUT} 4 min
12+
${OCC_WAIT_TIMEOUT} 8 min
1313
${fan_json_msg} Unable to create dump on non-JSON config based system
1414

1515
*** Keywords ***

tools/robot_custom_rules.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ class ExtendInvalidTable(SuiteRule):
1717
table section if it is a section of comments.
1818
e.g "*** Comments ***"
1919
"""
20+
2021
severity = ERROR
2122

2223
def apply(self, suite):

0 commit comments

Comments
 (0)