briandunn / flatware

A parallel test runner for RSpec and Cucumber with pretty output
MIT License
275 stars 35 forks source link

Add timeout to ZMQ::Poller #12

Closed derekparker closed 11 years ago

derekparker commented 11 years ago

Adding this timeout prevents the ZMQ::Poller from hanging indefinitely. There was a spec that was hanging due to this issue, this patch resolves it.