Increase capybara default_wait_time to 30 s, now we know it's not the primary cause of spec slowdown

This commit is contained in:
Rohan Mitchell
2014-05-09 15:09:00 +10:00
parent 8bf9921eef
commit b801480024

View File

@@ -45,7 +45,7 @@ Capybara.register_driver :poltergeist do |app|
Capybara::Poltergeist::Driver.new(app, options)
end
Capybara.default_wait_time = 5
Capybara.default_wait_time = 30
require "paperclip/matchers"