Skip to content

Commit

Permalink
[YAML] Update some subscriptions maxInterval to be under the timeout …
Browse files Browse the repository at this point in the history
…for darwin tests (#15198)
  • Loading branch information
vivien-apple authored and pull[bot] committed Feb 8, 2024
1 parent ccac128 commit 4f221e8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/app/tests/suites/TestCluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2894,7 +2894,7 @@ tests:
command: "subscribeAttribute"
attribute: "list_int8u"
minInterval: 2
maxInterval: 10
maxInterval: 5
response:
value: [1, 2, 3, 4]

Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/TestSubscribe_OnOff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tests:
command: "subscribeAttribute"
attribute: "OnOff"
minInterval: 2
maxInterval: 10
maxInterval: 5
response:
value: false

Expand Down
2 changes: 1 addition & 1 deletion src/darwin/Framework/CHIP/templates/clusters-tests.zapt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
const uint16_t kPairingTimeoutInSeconds = 10;
const uint16_t kAddressResolveTimeoutInSeconds = 10;
const uint16_t kCASESetupTimeoutInSeconds = 30;
const uint16_t kTimeoutInSeconds = 5;
const uint16_t kTimeoutInSeconds = 20;
const uint64_t nodeId = 0x12344321;
const uint16_t kDiscriminator = 3840;
const uint32_t kSetupPINCode = 20202021;
Expand Down
6 changes: 3 additions & 3 deletions src/darwin/Framework/CHIPTests/CHIPClustersTests.m

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

4 changes: 2 additions & 2 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 4f221e8

Please sign in to comment.