Skip to content

Commit 64f16a1

Browse files
committed
Increase wait time for capybara
1 parent f358e7b commit 64f16a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/rails_helper.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@
104104
options: { args: %w[headless disable-gpu no-sandbox disable-dev-shm-usage] }
105105
end
106106

107-
Capybara.default_max_wait_time = 5
107+
Capybara.default_max_wait_time = 15
108+
108109
puts "=" * 80
109110
puts "Capybara using driver: #{Capybara.javascript_driver}"
110111
puts "=" * 80

0 commit comments

Comments
 (0)