Skip to content

Commit 5bdddd1

Browse files
committed
Fix issue project-chip#4415 Fails randomly on CI when checking pause duration
1 parent 4a6c876 commit 5bdddd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_testing/TC_DEM_2_2.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def steps_TC_DEM_2_2(self) -> list[TestStep]:
136136
TestStep("19b", "TH reads from the DUT the PowerAdjustmentCapability",
137137
"Value has to include Cause=LocalOptimizationAdjustment."),
138138
TestStep("20", "Wait 10 seconds",
139-
"Event DEM.S.E01(PowerAdjustEnd) sent with Cause=NormalCompletion, Duration=10s, EnergyUse= a valid value"),
139+
"Event DEM.S.E01(PowerAdjustEnd) sent with Cause=NormalCompletion, Duration in the range 10-12s, EnergyUse= a valid value"),
140140
TestStep("20a", "TH reads from the DUT the ESAState",
141141
"Value has to be 0x01 (Online)"),
142142
TestStep("20b", "TH reads from the DUT the PowerAdjustmentCapability",

0 commit comments

Comments
 (0)