Skip to content

Commit e582b71

Browse files
committed
try increasing timeout
1 parent d3189ec commit e582b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
Capybara.register_driver :headless_chrome do |app|
3131
options = Selenium::WebDriver::Chrome::Options.new(args: %w[no-sandbox headless=new disable-gpu])
3232

33-
Capybara::Selenium::Driver.new(app, browser: :chrome, options: options)
33+
Capybara::Selenium::Driver.new(app, browser: :chrome, options: options, timeout: 300)
3434
end
3535

3636
Capybara.javascript_driver = :headless_chrome

0 commit comments

Comments
 (0)