Skip to content

Commit

Permalink
Fix issue #4415 Fails randomly on CI when checking pause duration
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC1965 committed Aug 20, 2024
1 parent 4a6c876 commit 5bdddd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python_testing/TC_DEM_2_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def steps_TC_DEM_2_2(self) -> list[TestStep]:
TestStep("19b", "TH reads from the DUT the PowerAdjustmentCapability",
"Value has to include Cause=LocalOptimizationAdjustment."),
TestStep("20", "Wait 10 seconds",
"Event DEM.S.E01(PowerAdjustEnd) sent with Cause=NormalCompletion, Duration=10s, EnergyUse= a valid value"),
"Event DEM.S.E01(PowerAdjustEnd) sent with Cause=NormalCompletion, Duration in the range 10-12s, EnergyUse= a valid value"),
TestStep("20a", "TH reads from the DUT the ESAState",
"Value has to be 0x01 (Online)"),
TestStep("20b", "TH reads from the DUT the PowerAdjustmentCapability",
Expand Down

0 comments on commit 5bdddd1

Please sign in to comment.