Skip to content

Commit 0c656d2

Browse files
authored
Update maxValue for initial reading in Test_TC_I_2_2.yaml (project-chip#41391)
The identify is called with 60s, so the value shall never be higher than 60
1 parent 147004c commit 0c656d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/tests/suites/certification/Test_TC_I_2_2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tests:
7777
response:
7878
constraints:
7979
minValue: 51
80-
maxValue: 69
80+
maxValue: 60
8181

8282
- label: "Wait 10000ms"
8383
cluster: "DelayCommands"

0 commit comments

Comments
 (0)