We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1842cdc commit 81b20a8Copy full SHA for 81b20a8
1 file changed
test/test_helper.rb
@@ -25,8 +25,8 @@
25
Capybara.register_driver :cuprite do |app|
26
options = {
27
window_size: [1280, 1024],
28
- timeout: 15,
29
- process_timeout: 15
+ timeout: 30,
+ process_timeout: 30
30
}
31
options[:browser_path] = browser_path if browser_path
32
Capybara::Cuprite::Driver.new(app, options)
0 commit comments