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

Avocado instrumented timeout in setUp and tearDown fix #6015

Merged
merged 1 commit into from
Sep 18, 2024

Commits on Sep 16, 2024

  1. Avocado instrumented timeout in setUp and tearDown fix

    This commit is a fix for avocado-instrumented timeouts. When the tests
    are interrupted due to timeout during `setUp` or `tearDown` method,
    those tests would result in `ERROR` instead of `INTERRUPTED`. This
    commit updates the exception handling of this method to fix this issue.
    
    Reference: avocado-framework#6013
    Signed-off-by: Jan Richter <[email protected]>
    richtja committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f8bd119 View commit details
    Browse the repository at this point in the history