##// END OF EJS Templates
increase Capybara.default_wait_time from 3 to 4 (#12822)...
Toshi MARUYAMA -
r11652:cbb8b12ba44b
parent child
Show More
@@ -42,7 +42,7 module Redmine
42 42 self.use_transactional_fixtures = false
43 43
44 44 # default: 2
45 Capybara.default_wait_time = 3
45 Capybara.default_wait_time = 4
46 46
47 47 # Should not depend on locale since Redmine displays login page
48 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