mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix bug in test found by manual log inspection (#46309)
This commit is contained in:
parent
5fcb948e28
commit
00aebec90d
@ -40,6 +40,7 @@ class WorkerSync:
|
|||||||
# Block the worker thread until the test has a chance to verify
|
# Block the worker thread until the test has a chance to verify
|
||||||
# the segments under test.
|
# the segments under test.
|
||||||
logging.debug("blocking worker")
|
logging.debug("blocking worker")
|
||||||
|
if self._event:
|
||||||
self._event.wait()
|
self._event.wait()
|
||||||
|
|
||||||
# Forward to actual implementation
|
# Forward to actual implementation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user