hypothesis / hypothesis/viahtml
Investigate timeouts for attempts to connect to external hosts
Open
- Dominant language
- Python
- Stars
- 9
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
While investigating a brief viahtml outage, I noticed that some urllib requests were allowed to attempt to connect for > 2 minutes before timing out:

Long running requests like this tie up workers, so we should consider setting a shorter timeout on them (say 20 seconds or something).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.