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

Extend timeout to 30 seconds.

Oh boy, Ruby 1.9 is slow.
This commit is contained in:
Prem Sichanugrist 2011-05-29 23:36:20 -04:00
parent 3c948de243
commit 6d51e15151

View file

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