1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

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

View file

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