From 81b20a8d129cf1f26bcbb4b097148dfbb01b3c75 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Mon, 29 Apr 2024 09:48:14 +0900 Subject: [PATCH] Increase test timeout --- test/test_helper.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_helper.rb b/test/test_helper.rb index eb002de4..da896902 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -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)