reduce timeout to maybe get cukes to pass

This commit is contained in:
Maxwell Salzberg 2012-04-03 18:04:08 -07:00
parent baf16479b8
commit ef74a06d85

View file

@ -27,7 +27,7 @@ Spork.prefork do
# Capybara.default_wait_time = 30 # Capybara.default_wait_time = 30
# While there are a lot of failures, wait less, avoiding travis timeout # While there are a lot of failures, wait less, avoiding travis timeout
Capybara.default_wait_time = 5 Capybara.default_wait_time = 3
# If you set this to false, any error raised from within your app will bubble # If you set this to false, any error raised from within your app will bubble
# up to your step definition and out to cucumber unless you catch it somewhere # up to your step definition and out to cucumber unless you catch it somewhere