mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
Bump tool sleep to actually validate timeout precedence
This commit is contained in:
parent
f9a4eb1647
commit
7eba044dd8
1 changed files with 1 additions and 1 deletions
|
|
@ -197,4 +197,4 @@ class TestTimeout:
|
|||
transport=SSETransport(sse_server),
|
||||
timeout=0.5,
|
||||
) as client:
|
||||
await client.call_tool("sleep", {"seconds": 0.03}, timeout=2)
|
||||
await client.call_tool("sleep", {"seconds": 0.8}, timeout=2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue