From 4692698e5f3db703d8253fd5bd214860c8a63e95 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Thu, 18 Dec 2025 19:36:11 +0100 Subject: [PATCH] Fix test --- tests/test_remote_access.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_remote_access.py b/tests/test_remote_access.py index 8c02b971..ebc80dca 100644 --- a/tests/test_remote_access.py +++ b/tests/test_remote_access.py @@ -265,7 +265,7 @@ async def test_webrtc_gateway_reconnection_logic(mock_certificate: Mock) -> None ) # Check initial reconnect delay - assert gateway._current_reconnect_delay == 5 + assert gateway._current_reconnect_delay == 10 # Simulate multiple failed connections (without actually connecting) initial_delay = gateway._current_reconnect_delay -- 2.34.1