-
Notifications
You must be signed in to change notification settings - Fork 3k
Makes Greentea TCP test cases to timeout less in connection errors #7578
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
Conversation
@SeppoTakalo, @jarlamsa please check. |
@VeijoPesonen Can you add some more context to the commit msg (included here in the comment but not part of the code change) ? Good questions to be asked : if this is fixing something, how and why is it fixing? |
Made to prevent timeout if a single test case fails. The goal is that each test case might wait only half of the remaining time reserved for running TCP test cases.
@0xc0170 Sorry for the bad explanation. Hopefully the latest commit message provides sufficient information. |
/morph build |
Build : SUCCESSBuild number : 2675 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2310 |
Test : SUCCESSBuild number : 2413 |
Makes Greentea TCP test cases to timeout less in connection errors
Description
Makes Greentea TCP test cases to timeout less in connection errors
Made to prevent timeout if a single test case fails. The goal is that
each test case might wait only half of the remaining time reserved for
running TCP test cases.
Pull request type