david-caro / python-foreman

Small low level python wrapper around Foreman API
GNU General Public License v2.0
58 stars 37 forks source link

Support for timeouts #16

Closed katarzynaanna closed 9 years ago

katarzynaanna commented 10 years ago

Now you don't pass any timeouts to 'requests' methods, so it is set to None, which means either "no timeout" or "default (very high) timeout". Please either pass explicitly reasonable timeouts or (preferably) let user set it.