##// END OF EJS Templates
increase Capybara.default_wait_time from 6 to 7 (#12822)...
Toshi MARUYAMA -
r11742:784440691c4f
parent child
Show More
@@ -42,7 +42,7 module Redmine
42 self.use_transactional_fixtures = false
42 self.use_transactional_fixtures = false
43
43
44 # default: 2
44 # default: 2
45 Capybara.default_wait_time = 6
45 Capybara.default_wait_time = 7
46
46
47 # Should not depend on locale since Redmine displays login page
47 # Should not depend on locale since Redmine displays login page
48 # using default browser locale which depend on system locale for "real" browsers drivers
48 # using default browser locale which depend on system locale for "real" browsers drivers
General Comments 0
You need to be logged in to leave comments. Login now