Skip to content

Commit

Permalink
[ci] Increase capybara timeout value to 6
Browse files Browse the repository at this point in the history
Commit 82380ae decreased the capybara timeout to allow
faster development - test cycles. Since recently we got a couple of test
failures, which might have been caused by this change. And the fact that travis got under higher load. So we have to tweak the value a bit.

Let's see if a timeout of 6 works better for OBS.
  • Loading branch information
bgeuken committed Oct 23, 2015
1 parent 5e97dae commit efa7d56
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 efa7d56

Please sign in to comment.