Fix Switcher test update CI failure (#111667)

pull/111620/head^2
Shay Levy 2024-02-27 22:32:40 +02:00 committed by GitHub
parent 290ffd14a4
commit 2a8e5ceea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ async def test_update_fail(
mock_bridge.mock_callbacks(DUMMY_SWITCHER_DEVICES)
await hass.async_block_till_done()
async_fire_time_changed(
hass, dt_util.utcnow() + timedelta(seconds=MAX_UPDATE_INTERVAL_SEC - 1)
hass, dt_util.utcnow() + timedelta(seconds=MAX_UPDATE_INTERVAL_SEC - 2)
)
await hass.async_block_till_done()