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:
parent
dde5502e80
commit
c4eab793e3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue