Files
modelcontextprotocol--pytho…/tests/server
Marcelo Trylesinski 0934a45fcd fix(tests): replace fixed sleeps with condition polling in test_streamable_http_manager
Replace `await anyio.sleep(0.01)` in both `test_stateful_session_cleanup_on_graceful_exit`
and `test_stateful_session_cleanup_on_exception` with a polling loop that
checks the exact condition (`session_id in manager._server_instances`) with
`sleep(0)` yields, protected by `fail_after(5)`.
2026-02-14 10:33:03 +01:00
..
2026-01-25 14:45:52 +01:00
2024-09-24 22:04:19 +01:00