Skip to content

Commit

Permalink
Increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Apr 29, 2024
1 parent 1842cdc commit 81b20a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
Capybara.register_driver :cuprite do |app|
options = {
window_size: [1280, 1024],
timeout: 15,
process_timeout: 15
timeout: 30,
process_timeout: 30
}
options[:browser_path] = browser_path if browser_path
Capybara::Cuprite::Driver.new(app, options)
Expand Down

0 comments on commit 81b20a8

Please sign in to comment.