2022-01-01 13:38:12 +00:00
|
|
|
# Copyright (C) 2012-2022 Zammad Foundation, https://zammad-foundation.org/
|
2021-06-01 12:20:20 +00:00
|
|
|
|
2018-12-19 14:47:15 +00:00
|
|
|
Capybara.configure do |config|
|
2021-02-12 13:57:45 +00:00
|
|
|
config.threadsafe = true
|
2018-12-19 14:47:15 +00:00
|
|
|
config.always_include_port = true
|
|
|
|
config.default_max_wait_time = 16
|
|
|
|
end
|