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:
parent
3c948de243
commit
6d51e15151
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
require 'aruba/cucumber'
|
require 'aruba/cucumber'
|
||||||
|
|
||||||
Before do
|
Before do
|
||||||
@aruba_timeout_seconds = 15
|
@aruba_timeout_seconds = 30
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue