-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.9.x gives me timeout error when guard first boots up #85
Comments
Before 1.9.0, the server startup waited infinitely until the server is available. This has been changed, so it'll timeout after a certain time. The default timeout is 15 seconds and can be changed with the |
Oh, as you can see in the Guardfile of my gist I was using the |
Also, how does this change the |
Ah, ok, I pass |
Oh, sorry, --server-timeout/server_timeout uses seconds, no ms... so --server-timeout 30 :) |
Yeah, I'm not happy with the second/millisecond stuff. Need to change that... |
Ever since upgrading to 1.9.1, when I run
bundle exec guard
I get:on the first run. But then if I edit a spec/javascripts/*.js spec file, it works. This is my setup: https://gist.github.com/3914760
Any thoughts?
The text was updated successfully, but these errors were encountered: