fred
fred copied to clipboard
Add a timeout on the network requests
See http://docs.python-requests.org/en/master/user/advanced/#timeouts I'd suggest 3-10 seconds
I think that we can do this with the passed in session in the current outstanding pull request. We override the get method on the session object.