1
0
Fork 0
mirror of https://github.com/thoughtbot/factory_bot_rails.git synced 2022-11-09 11:49:18 -05:00

Extend the Aruba timeout to an hour because bundler takes too long.

This commit is contained in:
Mike Burns 2011-07-12 09:50:31 -04:00
parent dde5502e80
commit c4eab793e3

View file

@ -3,5 +3,5 @@ require 'aruba/cucumber'
PROJECT_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..', '..')).freeze
Before do
@aruba_timeout_seconds = 60
@aruba_timeout_seconds = 3600
end