Skip to content

Commit 61d0fa1

Browse files
Change wait time to 1 sec as rate is calculated in step per second
1 parent 8bf7c39 commit 61d0fa1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -385,14 +385,14 @@ tests:
385385
- name: "OptionsOverride"
386386
value: 0
387387

388-
- label: "Wait 100ms"
388+
- label: "Wait 1s"
389389
PICS: CC.S.F04
390390
cluster: "DelayCommands"
391391
command: "WaitForMs"
392392
arguments:
393393
values:
394394
- name: "ms"
395-
value: 100
395+
value: 1000
396396

397397
- label: "Step 6b: TH reads ColorTemperatureMireds attribute from DUT."
398398
PICS: CC.S.F04 && CC.S.A0007 && CC.S.C4b.Rsp
@@ -425,14 +425,14 @@ tests:
425425
- name: "OptionsOverride"
426426
value: 0
427427

428-
- label: "Wait 100ms"
428+
- label: "Wait 1s"
429429
PICS: CC.S.F04
430430
cluster: "DelayCommands"
431431
command: "WaitForMs"
432432
arguments:
433433
values:
434434
- name: "ms"
435-
value: 100
435+
value: 1000
436436

437437
- label: "Step 7b: TH reads ColorTemperatureMireds attribute from DUT."
438438
PICS: CC.S.F04 && CC.S.A0007 && CC.S.C4b.Rsp

0 commit comments

Comments
 (0)