Skip to content

Commit

Permalink
try increasing timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed May 14, 2024
1 parent d3189ec commit e582b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
Capybara.register_driver :headless_chrome do |app|
options = Selenium::WebDriver::Chrome::Options.new(args: %w[no-sandbox headless=new disable-gpu])

Capybara::Selenium::Driver.new(app, browser: :chrome, options: options)
Capybara::Selenium::Driver.new(app, browser: :chrome, options: options, timeout: 300)
end

Capybara.javascript_driver = :headless_chrome
Expand Down

0 comments on commit e582b71

Please sign in to comment.