Bump tool sleep to actually validate timeout precedence

This commit is contained in:
Jeremiah Lowin 2026-03-01 14:17:29 -05:00
commit 7eba044dd8

View file

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