summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Walker <bwalker@gitlab.com>2018-01-05 11:48:57 +0100
committerBrett Walker <bwalker@gitlab.com>2018-01-22 17:25:10 +0100
commit3513e6aae3a9f9463c4436c51e9914d481c4d4c3 (patch)
tree385e81bde731d125f26efc7d91d9a81d1c56cc7c
parentdb73ad93939bbf0b510a218d2e184d8050545224 (diff)
downloadgitlab-ce-3513e6aae3a9f9463c4436c51e9914d481c4d4c3.tar.gz
remove uncessary timeout variable
-rw-r--r--qa/qa/specs/support/capybara_config.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/qa/qa/specs/support/capybara_config.rb b/qa/qa/specs/support/capybara_config.rb
index 186479e9cd9..11b376036f7 100644
--- a/qa/qa/specs/support/capybara_config.rb
+++ b/qa/qa/specs/support/capybara_config.rb
@@ -5,9 +5,6 @@ module QA
def configure_capybara
return if Capybara.drivers.include?(:chrome)
- # Give CI some extra time
- timeout = (ENV['CI'] || ENV['CI_SERVER']) ? 60 : 10
-
Capybara.register_driver :chrome do |app|
capabilities = Selenium::WebDriver::Remote::Capabilities.chrome(
# This enables access to logs with `page.driver.manage.get_log(:browser)`