-
Notifications
You must be signed in to change notification settings - Fork 3k
Increase serial init timeout value #2992
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
@jeromecoutant Is there a reason why we want to remove the customized durations? Are you seeing unnecessary timeouts? |
This duration looks to be the timeout value for serial init time before test start. |
@jeromecoutant I believe the For this reason, I don't think we'd want to mess with the customized |
Hi
I didn’t see this… Test timeout value looks to be set in the main.cpp file with for ex: duration value is used while executing host_test.py |
@jeromecoutant Ah yes, that bit totally slipped my mind! Should probably be ok. I'll run mbed 2 testing |
@mbed-bot: TEST HOST_OSES=ALL |
[Build 1041] |
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.
Failure is from a build issue on an unrelated target, LGTM
Description
In my previous pull request (#2727),
I forgot to remove all the duration time with a value inferior than the default value...
Status
READY
Steps to test or reproduce
Outline the steps to test or reproduce the PR here.