From f453968258344e8b55fa1206ad64d33d48ef14eb Mon Sep 17 00:00:00 2001 From: Benjamin Auquite Date: Mon, 3 Apr 2023 01:04:05 -0500 Subject: [PATCH] 0.1 sometimes fails the test --- tests/test_switch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_switch.py b/tests/test_switch.py index 488e084f..30686001 100644 --- a/tests/test_switch.py +++ b/tests/test_switch.py @@ -590,7 +590,7 @@ async def test_manual_control(hass): async def test_auto_reset_manual_control(hass): switch, (light, *_) = await setup_lights_and_switch( - hass, {CONF_AUTORESET_CONTROL: 0.1} + hass, {CONF_AUTORESET_CONTROL: 0.2} ) context = switch.create_context("test") # needs to be passed to update method manual_control = switch.turn_on_off_listener.manual_control