Skip to content

Commit

Permalink
Increase timeout value for door lock test from 15s to 25s. (#26659)
Browse files Browse the repository at this point in the history
The test has a 10-second wait built in, and it's possible for us to spend more
than 5s running the rest of it, at which point it times out.
  • Loading branch information
bzbarsky-apple authored and pull[bot] committed Jun 16, 2023
1 parent 5d85896 commit 2244722
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/tests/suites/DL_LockUnlock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ config:
nodeId: 0x12344321
cluster: "Door Lock"
endpoint: 1
timeout: 15
timeout: 25

tests:
- label: "Wait for the commissioned device to be retrieved"
Expand Down
2 changes: 1 addition & 1 deletion 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 2244722

Please sign in to comment.