Add longer timeout for flaky mcp lifespan test

This commit is contained in:
William Easton 2025-08-20 16:54:24 -05:00
commit bca5c71f82
No known key found for this signature in database

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