summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2017-12-11 14:40:03 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2017-12-11 14:40:03 +0000
commit2711d043b814a9feec859968cfc67e3eff770750 (patch)
tree4e355654b79d0208df3db263194cbac770c47a67
parent9b9c62202c205e453de9fcaade9a5f598df4ba50 (diff)
downloadgitlab-ce-2711d043b814a9feec859968cfc67e3eff770750.tar.gz
Update browser.rb
-rw-r--r--qa/qa/runtime/browser.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/runtime/browser.rb b/qa/qa/runtime/browser.rb
index 96b3e144f99..f95e4c78fcc 100644
--- a/qa/qa/runtime/browser.rb
+++ b/qa/qa/runtime/browser.rb
@@ -54,7 +54,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'
end