From: Marcel van der Veldt Date: Thu, 18 Dec 2025 18:36:11 +0000 (+0100) Subject: Fix test X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=4692698e5f3db703d8253fd5bd214860c8a63e95;p=music-assistant-server.git Fix test --- 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