increase Capybara.default_wait_time from 4 to 5 (#12822)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11923 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
1fd7540b85
commit
7e4d0209bb
|
@ -42,7 +42,7 @@ module Redmine
|
||||||
self.use_transactional_fixtures = false
|
self.use_transactional_fixtures = false
|
||||||
|
|
||||||
# default: 2
|
# default: 2
|
||||||
Capybara.default_wait_time = 4
|
Capybara.default_wait_time = 5
|
||||||
|
|
||||||
# Should not depend on locale since Redmine displays login page
|
# Should not depend on locale since Redmine displays login page
|
||||||
# using default browser locale which depend on system locale for "real" browsers drivers
|
# using default browser locale which depend on system locale for "real" browsers drivers
|
||||||
|
|
Loading…
Reference in New Issue