-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test failing in Darwin #14364
Labels
Comments
Surprised this ever works! This test does:
but the Darwin yaml tests have a per-step 3s timeout. See also #14260 The log has:
Will fix together with #14260. |
bzbarsky-apple
added a commit
to bzbarsky-apple/connectedhomeip
that referenced
this issue
Jan 26, 2022
This makes the following changes: 1) Bumps kTimeoutInSeconds from 3 to 5. 2) For "WaitForMs" commands, sets the timeout to (waitTime/1000) + kTimeoutInSeconds, so longish waits work automatically. 3) Allows specifying a "stepTimeoutSecs" property in the YAML to override all of that and just set a value. Fixes project-chip#14364 Fixes project-chip#14260
woody-apple
pushed a commit
that referenced
this issue
Jan 27, 2022
This makes the following changes: 1) Bumps kTimeoutInSeconds from 3 to 5. 2) For "WaitForMs" commands, sets the timeout to (waitTime/1000) + kTimeoutInSeconds, so longish waits work automatically. 3) Allows specifying a "stepTimeoutSecs" property in the YAML to override all of that and just set a value. Fixes #14364 Fixes #14260
selissia
pushed a commit
to selissia/connectedhomeip
that referenced
this issue
Jan 28, 2022
…ect-chip#14368) This makes the following changes: 1) Bumps kTimeoutInSeconds from 3 to 5. 2) For "WaitForMs" commands, sets the timeout to (waitTime/1000) + kTimeoutInSeconds, so longish waits work automatically. 3) Allows specifying a "stepTimeoutSecs" property in the YAML to override all of that and just set a value. Fixes project-chip#14364 Fixes project-chip#14260
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
https://github.com/project-chip/connectedhomeip/runs/4956221789?check_suite_focus=true
Proposed Solution
Fix It
The text was updated successfully, but these errors were encountered: