summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2017-11-15 10:09:14 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2017-11-15 10:09:14 +0000
commit331c807a40c2c61ea9b14423d65bed7e4fccca33 (patch)
treed1992dfa860f9973244d48faf0f85d3cc55744f2
parent5c600294a26ae8df430f64d73753d6eaadd9e427 (diff)
parentb09b9b8ea8bcb93ce0705cfd101e17345427165e (diff)
downloadgitlab-ce-331c807a40c2c61ea9b14423d65bed7e4fccca33.tar.gz
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
-rw-r--r--qa/qa/specs/config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/specs/config.rb b/qa/qa/specs/config.rb
index 591ddde8ab9..9f9fe9844d2 100644
--- a/qa/qa/specs/config.rb
+++ b/qa/qa/specs/config.rb
@@ -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'