Upped the aruba_timeout from 1 to 15 seconds

* Helps avoid intermittent timeouts while running the cucumber suite
This commit is contained in:
Ryan McGeary 2011-01-31 16:19:59 -05:00
parent e3ea7873f9
commit 4cce6ba131
1 changed files with 3 additions and 0 deletions

View File

@ -1,2 +1,5 @@
require 'aruba/cucumber'
Before do
@aruba_timeout_seconds = 15
end