-
Notifications
You must be signed in to change notification settings - Fork 3k
Cellular: Increase receiving timeout for UDP echo non-blocking test #10184
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
Cellular: Increase receiving timeout for UDP echo non-blocking test #10184
Conversation
@mirelachirica, thank you for your changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks OK but commit does not contain details why this is being increased, add it from Description.
a05da1b
to
6c44130
Compare
Is the commit message ok, now? |
@mirelachirica It would be good to know why the timeout needs to be increased, which is what I think @0xc0170 was asking for. |
…_ECHOTEST_NONBLOCK test Reason for needing greater timeout could be this test's performance. UDPSOCKET_ECHOTEST_BURST_NONBLOCK is implementing the receiving differently and is passing with 1 second timeout.
6c44130
to
ec3c6f3
Compare
Commit message updated. |
CI started |
…otest_nonblocking Cellular: Increase receiving timeout for UDP echo non-blocking test
Test run: SUCCESSSummary: 6 of 6 test jobs passed |
Description
WISE-1570 is passing the UDPSOCKET_ECHOTEST_NONBLOCK only with a greater receiving timeout.
Note: UDPSOCKET_ECHOTEST_BURST_NONBLOCK on the other hand would pass even with a receiving timeout of 1 sec. I think the UDPSOCKET_ECHOTEST_NONBLOCK can be improved so that receiving timeout of 1 sec would be enough for this test too. I will create an issue about this to the test responsable team.
Pull request type