Skip to content

Commit de855c5

Browse files
committed
see if a very long capybara timeout of 10s changes our results
1 parent c64e52d commit de855c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/capybara.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
require "capybara-screenshot/rspec"
44
require "selenium/webdriver"
55

6-
Capybara.default_max_wait_time = ENV.fetch("CAPYBARA_WAIT_TIME", "5").to_i
6+
Capybara.default_max_wait_time = ENV.fetch("CAPYBARA_WAIT_TIME", "10").to_i
77

88
# not used unless you swap it out for selenium_chrome_headless_in_container to watch tests running in docker
99
Capybara.register_driver :selenium_chrome_in_container do |app|

0 commit comments

Comments
 (0)