Skip to content

Commit

Permalink
[CI] Raise some delays for level control certifications tests (#14597)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivien-apple authored and pull[bot] committed Feb 2, 2024
1 parent 8d0755b commit 03ed251
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
4 changes: 2 additions & 2 deletions src/app/tests/suites/certification/Test_TC_LVL_3_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ tests:
- name: "optionOverride"
value: 1

- label: "Wait 200ms"
- label: "Wait a second"
cluster: "DelayCommands"
command: "WaitForMs"
arguments:
values:
- name: "ms"
value: 200
value: 1000

- label: "reads CurrentLevel attribute from DUT"
command: "readAttribute"
Expand Down
12 changes: 6 additions & 6 deletions src/app/tests/suites/certification/Test_TC_LVL_5_1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ tests:
- name: "optionOverride"
value: 0

- label: "Wait 3000ms"
- label: "Wait 4000ms"
cluster: "DelayCommands"
command: "WaitForMs"
arguments:
values:
- name: "ms"
value: 3000
value: 4000

- label: "Reads current level attribute from DUT"
command: "readAttribute"
Expand All @@ -71,13 +71,13 @@ tests:
- name: "optionOverride"
value: 0

- label: "Wait 3000ms"
- label: "Wait 4000ms"
cluster: "DelayCommands"
command: "WaitForMs"
arguments:
values:
- name: "ms"
value: 3000
value: 4000

- label: "Reads current level attribute from DUT"
command: "readAttribute"
Expand All @@ -100,13 +100,13 @@ tests:
- name: "optionOverride"
value: 0

- label: "Wait 3000ms"
- label: "Wait 4000ms"
cluster: "DelayCommands"
command: "WaitForMs"
arguments:
values:
- name: "ms"
value: 3000
value: 4000

- label: "Reads current level attribute from DUT"
command: "readAttribute"
Expand Down
24 changes: 12 additions & 12 deletions src/darwin/Framework/CHIPTests/CHIPClustersTests.m

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions zzz_generated/chip-tool/zap-generated/test/Commands.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03ed251

Please sign in to comment.