PullMonkey Blog

03 Mar

Rack application timed out during boot – capybara


I've been doing lots and lots of cucumber testing these days. I would get this error every so often and there's really search results for it, so here's what you do -

1) Edit your features/support/env.rb file
2) Add "Capybara.server_boot_timeout = 50" #... the default is 10
3) Save and rerun your tests.


Filed under: Uncategorized


One Response to “Rack application timed out during boot – capybara”

  1. By Florian Vallen on Jun 15, 2011 | Reply

    Great!
    Thank you very much, I had this problem and that solved it.
    Greetings from Berlin, Flo

Sorry, comments for this entry are closed at this time.