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
This commit is contained in:
parent
2f53246c13
commit
0396c99945
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue