Skip to content

Commit

Permalink
Add a slight tolerance to avoid false negatives
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Aug 6, 2024
1 parent e7257ed commit 0e979f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/tests/suites/certification/Test_TC_ICDM_4_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tests:
saveAs: ActiveDuration
constraints:
type: int32u
minValue: 30000
minValue: 29995

- label: "Wait for the PromisedActiveDuration to end"
cluster: "DelayCommands"
Expand All @@ -70,4 +70,4 @@ tests:
- name: "PromisedActiveDuration"
constraints:
type: int32u
minValue: 20000
minValue: 19995

0 comments on commit 0e979f7

Please sign in to comment.