Skip to content

Commit 4360875

Browse files
committed
merge with recent branch
1 parent b8c0ba3 commit 4360875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/shared/test_streamable_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@ async def run_tool():
11111111
# Wait for the tool to start and at least one notification
11121112
# and then kill the task group
11131113
while not tool_started or not captured_resumption_token:
1114-
await anyio.sleep(0.1)
1114+
await anyio.sleep(0.05)
11151115
tg.cancel_scope.cancel()
11161116

11171117
# Store pre notifications and clear the captured notifications

0 commit comments

Comments
 (0)