Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Upped the aruba_timeout from 1 to 5 seconds
* Helps avoid intermittent timeouts while running the cucumber suite
  • Loading branch information
rmm5t committed Jan 31, 2011
1 parent 6bf07e4 commit 59ed426
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions features/support/env.rb
@@ -1,2 +1,5 @@
require 'aruba/cucumber'

Before do
@aruba_timeout_seconds = 5
end

0 comments on commit 59ed426

Please sign in to comment.