Skip to content
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

Address request from #10771 - add timeouts to thread join in test #11297

Merged

Commits on Nov 2, 2021

  1. Address request from project-chip#10771

    There was a request to add a timeout to the join in project-chip#10771.
    The thread itself is unlikely to hang - more likely situation here
    is the subscription failing to cause updates, causing the main
    thread to hang forever on the condition variable. Added time outs
    to both so we can have a bit more information about what actually
    happened when the test completes.
    cecille committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    236f8d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Restyled by autopep8

    restyled-commits authored and cecille committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    1b55e65 View commit details
    Browse the repository at this point in the history