jsmestad / pivotal-tracker

Ruby gem that provides an AR-style interface for the Pivotal Tracker API
http://github.com/jsmestad/pivotal-tracker
MIT License
352 stars 184 forks source link

Adding the ability to set a timeout for connection with the Pivotal Tracker API #98

Closed nbwar closed 9 years ago

afn commented 10 years ago

Hi @jsmestad -- can you merge this and update the gem?

We need the timeout because occasionally the API hangs indefinitely (probably a connectivity issue on our end), and it disrupts our continuous deployment system which depends on the Tracker API.

Thanks! Tony

jsmestad commented 9 years ago

@afn done. sorry for the long delay.

afn commented 9 years ago

Better late than never! Thanks!