guard / listen

The Listen gem listens to file modifications and notifies you about the changes.
https://rubygems.org/gems/listen
MIT License
1.92k stars 245 forks source link

Correctly pass timeout as kwargs to wait_for_state #529

Closed the-spectator closed 3 years ago

the-spectator commented 3 years ago

Issue

Related issue: https://github.com/socketry/falcon/issues/138

Summary of Change

This PR correctly pass timeout as kwargs to method call wait_for_state.

ColinDKelley commented 3 years ago

Sorry about this bug. Looks like that timeout is getting interpreted as another state to wait for. (Hence no test frailures.)

I'm working on adding a couple tests now...