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