mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Increase capybara default_wait_time to 30 s, now we know it's not the primary cause of spec slowdown
This commit is contained in:
committed by
Will Marshall
parent
d96274ddbe
commit
5a0cc1b6db
@@ -45,7 +45,7 @@ Capybara.register_driver :poltergeist do |app|
|
||||
Capybara::Poltergeist::Driver.new(app, options)
|
||||
end
|
||||
|
||||
Capybara.default_wait_time = 5
|
||||
Capybara.default_wait_time = 30
|
||||
|
||||
require "paperclip/matchers"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user