mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-20 07:14:24 +01:00
StreamableHttp - Server transport with state management (#553)
This commit is contained in:
@@ -35,7 +35,7 @@ async def test_messages_are_executed_concurrently():
|
||||
end_time = anyio.current_time()
|
||||
|
||||
duration = end_time - start_time
|
||||
assert duration < 3 * _sleep_time_seconds
|
||||
assert duration < 6 * _sleep_time_seconds
|
||||
print(duration)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user