From bca5c71f822c68519427487a0e3acb4f4507bfee Mon Sep 17 00:00:00 2001 From: William Easton Date: Wed, 20 Aug 2025 16:54:24 -0500 Subject: [PATCH] Add longer timeout for flaky mcp lifespan test --- tests/test_mcp_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_mcp_config.py b/tests/test_mcp_config.py index a228b3a4a..501bccf7f 100644 --- a/tests/test_mcp_config.py +++ b/tests/test_mcp_config.py @@ -245,6 +245,7 @@ async def test_multi_client(tmp_path: Path): @pytest.mark.skipif( running_under_debugger(), reason="Debugger holds a reference to the transport" ) +@pytest.mark.timeout(5) async def test_multi_client_lifespan(tmp_path: Path): pid_1: int | None = None pid_2: int | None = None