You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to run tests, I'm consistently having them time out. Even after a long start_wait — say two minutes — it still times out. During that two minute window, I can access the app server via my browser, so it is definitely running.
If I do the same above, but don't attempt to connect via the browser — i.e. just let ghostbuster do it's thing — no requests are logged. I watch a tail of the log and ghostbuster doesn't actually hit the application.
I'm currently running this against a Rails 3.1.3 application with the Thin web server.
The text was updated successfully, but these errors were encountered:
When attempting to run tests, I'm consistently having them time out. Even after a long start_wait — say two minutes — it still times out. During that two minute window, I can access the app server via my browser, so it is definitely running.
If I do the same above, but don't attempt to connect via the browser — i.e. just let ghostbuster do it's thing — no requests are logged. I watch a tail of the log and ghostbuster doesn't actually hit the application.
I'm currently running this against a Rails 3.1.3 application with the Thin web server.
The text was updated successfully, but these errors were encountered: