mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
Adjust timeout for slow MCP Server shutdown test
Adjust timeout for slow MCP Server shutdown test
This commit is contained in:
commit
76eb6dda25
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue