Closed richtja closed 2 months ago
Dear contributor, Avocado is currently at the end of sprint 107, therefore we are in feature freeze state. Please avoid merging changes that do not fall into these categories:
The feature freeze will be active until the release planned on September 02, 2024.
Hi @clebergnu, thanks for your review. I have updated the tests via force-push
. Please have a look.
This commit is a fix for avocado-instrumented timeouts. When the tests are interrupted due to timeout during
setUp
ortearDown
method, those tests would result inERROR
instead ofINTERRUPTED
. This commit updates the exception handling of this method to fix this issue.Reference: #6013