[Cherry-pick #43136] [MVE 1.5.1] [Push AV] Increase blind duration an…#43564
Merged
andy31415 merged 1 commit intoproject-chip:v1.5-branchfrom Mar 13, 2026
Merged
Conversation
🧪 CI InsightsHere's what we observed from your CI run for d74174b. 🟢 All jobs passed!But CI Insights is watching 👀 |
Contributor
There was a problem hiding this comment.
Code Review
This pull request increases the blind duration and transport expiry time for Push AV streaming tests. The changes are straightforward, primarily updating timeout constants. I've identified a minor opportunity to improve comments in one of the test files for better clarity and to correct a typo, in line with the repository's style guide.
0d1448a to
f7cca9e
Compare
…me (project-chip#43136) * Increase blind duration and transport expiry time Co-Author: Dhruvkumar <kakadiya.b@samsung.com> Signed-off-by: Raveendra Karu <r.karu@samsung.com> * Update asyncio timeout and address review comments. Signed-off-by: Raveendra Karu <r.karu@samsung.com> * Add comments to explain the reason for choosing time control fields values. Signed-off-by: Raveendra Karu <r.karu@samsung.com> --------- Signed-off-by: Raveendra Karu <r.karu@samsung.com>
f7cca9e to
d74174b
Compare
vnkavali
approved these changes
Mar 13, 2026
marktrayer
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Cherry-pick of #43136
When the developer / tester verifying the TCs manually, the time taken to trigger motion events is not enough for the blind duration defined in the TCs. Due to this, sometimes, PAVST 2_13 fails as there is no expected response received from DUT.
Related issues
Fixes #42926
Testing