1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00

increasing the aruba timeout to 240 seconds

msfconsole is taking over 60 seconds to load on travis
This commit is contained in:
darkbushido 2014-08-21 09:45:53 -05:00
parent 07ea8bedb5
commit 9e4b02abb1
No known key found for this signature in database
GPG Key ID: 3922EB70FB80E8DD

View File

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