Skip to content

Commit 81b20a8

Browse files
committed
Increase test timeout
1 parent 1842cdc commit 81b20a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/test_helper.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
Capybara.register_driver :cuprite do |app|
2626
options = {
2727
window_size: [1280, 1024],
28-
timeout: 15,
29-
process_timeout: 15
28+
timeout: 30,
29+
process_timeout: 30
3030
}
3131
options[:browser_path] = browser_path if browser_path
3232
Capybara::Cuprite::Driver.new(app, options)

0 commit comments

Comments
 (0)