BigW Consortium Gitlab

Commit 69179850 by Grzegorz Bizon Committed by Winnie Hellmann

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 (cherry picked from commit 331c807a) b09b9b8e Raise the QA Capybara's default wait time from 4 to 10
parent b3008a93
......@@ -59,7 +59,7 @@ module QA
config.app_host = @address
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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment