mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Fix flapping stream hls test (#113858)
This commit is contained in:
parent
96694878fb
commit
c5eacf55c2
@ -327,6 +327,8 @@ async def test_stream_retries(
|
||||
await stream.start()
|
||||
await open_future1
|
||||
await open_future2
|
||||
await hass.async_add_executor_job(stream._thread.join)
|
||||
stream._thread = None
|
||||
assert av_open.call_count == 2
|
||||
await hass.async_block_till_done()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user