Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Apparently SSDs are exactly 4 times faster than spinning HDs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Oct 22, 2011
1 parent 8de6c4c commit 4bffaa3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion features/support/env.rb
Expand Up @@ -7,5 +7,9 @@
require 'kumade'

Before('@slow') do
@aruba_timeout_seconds = 15
@aruba_timeout_seconds = 60
end

After('@slow') do
@aruba_timeout_seconds = Aruba::Api::DEFAULT_TIMEOUT_SECONDS
end

0 comments on commit 4bffaa3

Please sign in to comment.