summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-06-14 04:24:02 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2013-06-14 04:24:02 +0000
commit0396c9994543b3994af7320f0b2a7a83d559e814 (patch)
tree6bd9e0d6c4f1ff4be8538d4285797b663f875d63 /test
parent2f53246c137e1dfead1c5b63d4f634082c8e75a8 (diff)
downloadredmine-0396c9994543b3994af7320f0b2a7a83d559e814.tar.gz
redmine-0396c9994543b3994af7320f0b2a7a83d559e814.zip
increase Capybara.default_wait_time from 5 to 6 (#12822)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11968 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r--test/ui/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ui/base.rb b/test/ui/base.rb
index 09385330a..ed340954d 100644
--- a/test/ui/base.rb
+++ b/test/ui/base.rb
@@ -42,7 +42,7 @@ module Redmine
self.use_transactional_fixtures = false
# default: 2
- Capybara.default_wait_time = 5
+ Capybara.default_wait_time = 6
# Should not depend on locale since Redmine displays login page
# using default browser locale which depend on system locale for "real" browsers drivers