Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-21 20:58:57 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-21 20:58:57 +0400
commitd6338a8482920fc69cc016e5da796194034a1861 (patch)
tree4b8698def7a6b3a7c5f4d16fd682f07d22a9d2eb /spec
parent02f70851e4f029e5de877e2ed2851af269e6045b (diff)
parent06c5389780cf5625f68a0efa3d8ef21b496966a7 (diff)
Merge pull request #3258 from hiroponz/display-commit-msg
Display commit message on network graph.
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 30518cc2b9f..0f593de854b 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -16,6 +16,7 @@ require 'email_spec'
require 'sidekiq/testing/inline'
require 'capybara/poltergeist'
Capybara.javascript_driver = :poltergeist
+Capybara.default_wait_time = 10
# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/support/ and its subdirectories.