We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c0ba3 commit 4360875Copy full SHA for 4360875
tests/shared/test_streamable_http.py
@@ -1111,7 +1111,7 @@ async def run_tool():
1111
# Wait for the tool to start and at least one notification
1112
# and then kill the task group
1113
while not tool_started or not captured_resumption_token:
1114
- await anyio.sleep(0.1)
+ await anyio.sleep(0.05)
1115
tg.cancel_scope.cancel()
1116
1117
# Store pre notifications and clear the captured notifications
0 commit comments