Skip to content

Commit 3357aee

Browse files
authored
Flake: increase Capybara default wait time (#1566)
1 parent cc1e3e8 commit 3357aee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec/support/capybara.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
Capybara.enable_aria_label = true
66
Capybara.save_path = ENV.fetch("CIRCLE_ARTIFACTS", Capybara.save_path)
77
Capybara.server = :puma, { Silent: true }
8+
Capybara.default_max_wait_time = Integer(ENV.fetch("CAPYBARA_MAX_WAIT_TIME", 5))
89

910
Selenium::WebDriver.logger.output = Rails.root.join("log/selenium.log")
1011

0 commit comments

Comments
 (0)