Skip to content

Commit

Permalink
Add back block_until_done calls removed in PR 46610
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Feb 17, 2021
1 parent 08201d1 commit 4f3555b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/components/stream/test_recorder.py
Expand Up @@ -153,6 +153,8 @@ async def test_recorder_timeout(
record_worker_sync.join()

stream.stop()
await hass.async_block_till_done()
await hass.async_block_till_done()


async def test_record_path_not_allowed(hass, hass_client):
Expand Down

0 comments on commit 4f3555b

Please sign in to comment.