Skip to content

Commit

Permalink
Double up the aruba timeout, for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold Giménez committed Nov 4, 2011
1 parent 7e06fe7 commit 920989d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions features/step_definitions/shell.rb
@@ -1,9 +1,5 @@
require 'aruba/cucumber'

Before do
@aruba_timeout_seconds = 120
end

After do
FileUtils.rm_rf('test_project')
end
Expand Down
4 changes: 4 additions & 0 deletions features/support/env.rb
Expand Up @@ -2,6 +2,10 @@
ENV['TESTING'] = 'true'
end

Before do
@aruba_timeout_seconds = 240
end

After do
FakeHeroku.clear!
end

0 comments on commit 920989d

Please sign in to comment.