File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -132,12 +132,12 @@ async def test_TC_DGGEN_2_1_Py(self):
132132
133133 ctrl = self .default_controller
134134
135- # CI-specific setup: Set uptime > 2 hours for CI testing
135+ # CI-specific setup: Set TotalOperationalHours > 2 hours for CI testing
136136 if self .is_pics_sdk_ci_only :
137- logging .info ("CI environment detected - setting uptime > 2 hours via named pipe" )
137+ logging .info ("CI environment detected - setting TotalOperationalHours > 2 hours via named pipe" )
138138 # Set TotalOperationalHours to 3 hours for CI testing
139139 self .write_to_app_pipe ({"Name" : "SetTotalOperationalHours" , "Hours" : 3 })
140- logging .info ("Uptime manipulation completed for CI" )
140+ logging .info ("TotalOperationalHours manipulation completed for CI" )
141141
142142 # Step 1: TotalOperationalHours > 2
143143 self .step (1 )
You can’t perform that action at this time.
0 commit comments