Skip to content

Commit

Permalink
Increase poltergeist timeout to see if it passes travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
oponder committed Mar 12, 2013
1 parent 6c89ac3 commit 74967a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
require 'capybara/rails'
require 'capybara/rspec'
require 'capybara/poltergeist'

Capybara.register_driver :poltergeist do |app|
Capybara::Poltergeist::Driver.new(app, {:timeout => 60})
end

Capybara.javascript_driver = :poltergeist

require 'faye'
Expand Down

0 comments on commit 74967a7

Please sign in to comment.