setting the timeout to 180

bug/bundler_fix
darkbushido 2014-08-21 10:15:07 -05:00
parent 264192e796
commit df62c4a29d
No known key found for this signature in database
GPG Key ID: 3922EB70FB80E8DD
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ paths = [
ENV['PATH'] = paths.join(File::PATH_SEPARATOR)
Before do
@aruba_timeout_seconds = 120
@aruba_timeout_seconds = 180
end