Up aruba timeout for simplecov overhead

MSP-11647

Doubling the timeout is arbitrary, but travis-ci's limit for no output
is 10 minutes, so it can't go much higher.
bug/bundler_fix
Luke Imhoff 2014-11-24 08:43:25 -06:00
parent 62ffbaca51
commit 38ee3d8c93
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Before do
set_env('MSF_DATBASE_CONFIG', Rails.configuration.paths['config/database'].existent.first)
set_env('RAILS_ENV', 'test')
@aruba_timeout_seconds = 4.minutes
@aruba_timeout_seconds = 8.minutes
end
Before do |scenario|