mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-15 19:31:26 +00:00
2 seconds may have been a bit tight, increasing to 5
This commit is contained in:
parent
771afe9cdf
commit
7c9fe17493
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@ require 'capybara-select2'
|
|||
require 'helpers/capybara_poltergeist_screenshot'
|
||||
|
||||
Capybara.register_driver :poltergeist do |app|
|
||||
Capybara::Poltergeist::Driver.new(app, timeout: 2)
|
||||
Capybara::Poltergeist::Driver.new(app, timeout: 5)
|
||||
end
|
||||
|
||||
Capybara.javascript_driver = :poltergeist
|
||||
Capybara.default_max_wait_time = 2
|
||||
Capybara.default_max_wait_time = 5
|
||||
|
||||
RSpec.configure do |config|
|
||||
config.include Warden::Test::Helpers
|
||||
|
|
Loading…
Add table
Reference in a new issue