mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Fix recorder test intermittently failing (#39468)
This commit is contained in:
parent
9ec870c750
commit
56ddbd87b2
@ -13,6 +13,7 @@ def wait_recording_done(hass):
|
||||
trigger_db_commit(hass)
|
||||
hass.block_till_done()
|
||||
hass.data[recorder.DATA_INSTANCE].block_till_done()
|
||||
hass.block_till_done()
|
||||
|
||||
|
||||
def trigger_db_commit(hass):
|
||||
|
Loading…
x
Reference in New Issue
Block a user