Skip to content

Commit

Permalink
Extend the Aruba timeout to an hour because bundler takes too long.
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-burns committed Jul 12, 2011
1 parent dde5502 commit c4eab79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/support/env.rb
Expand Up @@ -3,5 +3,5 @@
PROJECT_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..', '..')).freeze

Before do
@aruba_timeout_seconds = 60
@aruba_timeout_seconds = 3600
end

0 comments on commit c4eab79

Please sign in to comment.