Adjust timeout for slow MCP Server shutdown test

Adjust timeout for slow MCP Server shutdown test
This commit is contained in:
William Easton 2025-08-20 17:20:25 -05:00 committed by GitHub
commit 76eb6dda25
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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