summary refs log tree commit diff
path: root/tests/http/test_fedclient.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix compatibility issue with older Twisted in tests.Oleg Girko2018-09-251-2/+2
| | | | | | | | Older Twisted (18.4.0) returns TimeoutError instead of ConnectingCancelledError when connection times out. This change allows tests to be compatible with this behaviour. Signed-off-by: Oleg Girko <ol@infoserver.lv>
* Attempt to figure out what's going on with timeouts (#3857)Amber Brown2018-09-141-0/+157