guard / guard-spork

Guard::Spork automatically manage Spork DRb servers
https://rubygems.org/gems/guard-spork
MIT License
296 stars 58 forks source link

Passing :wait => nil should turn off the timeout #67

Closed pivotale20 closed 12 years ago

pivotale20 commented 12 years ago

We have a special case where we have a very long environment load that imports a lot of data for a subset of our test suite.

So we use spork and guard to load the data once and then run the tests repeatedly. But every once in a while the timeout happens and guard stops using spork, which leads to us doing the full environment load again.

We would like to be able to turn off the :wait functionality entirely. For now we just specify a very large number.

thibaudgg commented 12 years ago

Seems like a good idea, please can you submit a pull request for that? Thanks!

pivotale20 commented 12 years ago

Sure I'll give it a shot soon...