Skip to content

Conversation

@anuraaga
Copy link
Collaborator

@anuraaga anuraaga commented Nov 4, 2025

Hopefully fixes #44

  • Raise timeout from 1 -> 50. 1 is short enough that it can timeout even before the headers are prepared in CI bottlenecks
  • I'm not sure but think there can be cases causing flakiness because the single-threaded wsgiref server hasn't cancelled the pending request yet before the next test. I switched it to uvicorn since it's easy to start programmatically and wouldn't have such an issue. Will revisit if we see flake still

Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
@anuraaga anuraaga merged commit 6be07d9 into connectrpc:main Nov 5, 2025
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test flake in test/test_errors.py::test_async_client_timeout

2 participants