Increase Poltergeist timeout to 60; Rebuild Gemfile.lock file

This commit is contained in:
Al Snow
2014-03-15 12:49:42 -04:00
parent 419b5bbfdc
commit bdc529972d
2 changed files with 27 additions and 23 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ class WarningSuppressor
end
Capybara.register_driver :poltergeist do |app|
Capybara::Poltergeist::Driver.new(app, phantomjs_logger: WarningSuppressor)
Capybara::Poltergeist::Driver.new(app, phantomjs_logger: WarningSuppressor, timeout: 60)
end
Capybara.javascript_driver = :poltergeist