diff --git a/test/system_test_helper.rb b/test/system_test_helper.rb index 087541d02..e7d9bd32c 100644 --- a/test/system_test_helper.rb +++ b/test/system_test_helper.rb @@ -3,6 +3,7 @@ require 'test_helper' Capybara.app_host = 'http://lvh.me' +Capybara.default_max_wait_time = 60 VCR.configure do |c| c.ignore_localhost = true