Commit 72c9bf8
authored
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.1 parent cb01e6e commit 72c9bf8
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
127 | 129 | | |
128 | 130 | | |
129 | 131 | | |
| |||
0 commit comments