Skip to content

Commit 9ce607c

Browse files
authored
Merge pull request #6277 from rubyforgood/deflake-2
see if a very long capybara timeout of 10s changes our results
2 parents c64e52d + de855c5 commit 9ce607c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/support/capybara.rb

+1-1
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)