Merge branch 'rs-qa-default-timeout' into 'master'

Raise the QA Capybara's default wait time from 4 to 10

Closes gitlab-qa#103

See merge request gitlab-org/gitlab-ce!15382
This commit is contained in:
Grzegorz Bizon 2017-11-15 10:09:14 +00:00
commit 331c807a40
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ module QA
Capybara.configure do |config|
config.default_driver = :chrome
config.javascript_driver = :chrome
config.default_max_wait_time = 4
config.default_max_wait_time = 10
# https://github.com/mattheworiordan/capybara-screenshot/issues/164
config.save_path = 'tmp'