Skip to content

Commit 48356d1

Browse files
limhoff-r7trevrosen
authored andcommitted
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.
1 parent 81d160c commit 48356d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/support/hooks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Before do
22
set_env('MSF_DATBASE_CONFIG', Rails.configuration.paths['config/database'].existent.first)
33
set_env('RAILS_ENV', 'test')
4-
@aruba_timeout_seconds = 4.minutes
4+
@aruba_timeout_seconds = 8.minutes
55
end
66

77
Before do |scenario|

0 commit comments

Comments
 (0)