Skip to content

Commit

Permalink
Fix ZAP codegen, Linux REPL CI, YAML tests. (#16808)
Browse files Browse the repository at this point in the history
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Dec 5, 2023
1 parent 7b03f0c commit 1728333
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 102 deletions.
2 changes: 1 addition & 1 deletion docs/guides/repl/Matter - Multi Fabric Commissioning.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@
"metadata": {},
"outputs": [],
"source": [
"await devCtrl.SendCommand(2, 0, Clusters.AdministratorCommissioning.Commands.OpenBasicCommissioningWindow(100))"
"await devCtrl.SendCommand(2, 0, Clusters.AdministratorCommissioning.Commands.OpenBasicCommissioningWindow(180))"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/app/tests/suites/certification/Test_TC_MF_1_4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tests:
arguments:
values:
- name: "CommissioningTimeout"
value: 120
value: 180

- label:
"TH_CR1 writes the Basic Information Clusters NodeLabel mandatory
Expand Down
2 changes: 1 addition & 1 deletion src/controller/python/test/test_scripts/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def TestUsedTestCommissioner(self):
async def TestMultiFabric(self, ip: str, setuppin: int, nodeid: int):
self.logger.info("Opening Commissioning Window")

await self.devCtrl.SendCommand(nodeid, 0, Clusters.AdministratorCommissioning.Commands.OpenBasicCommissioningWindow(100), timedRequestTimeoutMs=10000)
await self.devCtrl.SendCommand(nodeid, 0, Clusters.AdministratorCommissioning.Commands.OpenBasicCommissioningWindow(180), timedRequestTimeoutMs=10000)

self.logger.info("Creating 2nd Fabric Admin")
self.fabricAdmin2 = chip.FabricAdmin.FabricAdmin(
Expand Down
Loading

0 comments on commit 1728333

Please sign in to comment.