fix flaky test (#22748)

This commit is contained in:
Jason Hunter 2019-04-05 02:39:19 -04:00 committed by Paulus Schoutsen
parent 563e4fbfca
commit a75b151dfa
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ async def test_record_stream(hass, hass_client):
stream.stop()
assert segments == 3
assert segments > 1
async def test_recorder_timeout(hass, hass_client):