Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: detect timeout when joining threads (#1135)
It turns out that [`threading.Thread.join`](https://docs.python.org/3/library/threading.html#threading.Thread.join) does not raise an exception when the provided timeout is exceeded. This PR adjusts a unit test to accommodate that fact.
- Loading branch information