From 7eba044dd8c064101d407d089d6696f65e416059 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:17:29 -0500 Subject: [PATCH] Bump tool sleep to actually validate timeout precedence --- tests/client/test_sse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/client/test_sse.py b/tests/client/test_sse.py index 10fde2e69..4f9e51f04 100644 --- a/tests/client/test_sse.py +++ b/tests/client/test_sse.py @@ -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)