Skip to content

Commit

Permalink
Merge pull request #1301 from bgeuken/increase_capybara_timeout_value
Browse files Browse the repository at this point in the history
[ci] Increase capybara timeout value to 6
  • Loading branch information
adrianschroeter committed Oct 24, 2015
2 parents 5e97dae + efa7d56 commit e4cd8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/test/test_helper.rb
Expand Up @@ -40,7 +40,7 @@
require 'capybara/poltergeist'

require 'capybara/rails'
Capybara.default_wait_time = 2
Capybara.default_wait_time = 6

Capybara.register_driver :poltergeist do |app|
Capybara::Poltergeist::Driver.new(app, debug: false, timeout: 30)
Expand Down

0 comments on commit e4cd8d2

Please sign in to comment.