Extend assert retries to allow for slow setup
This commit is contained in:
parent
9e4a3ee9d0
commit
dd3d6c7cf2
|
@ -3,7 +3,8 @@ require_relative "../../acceptance/base"
|
|||
Vagrant::Spec::Acceptance.configure do |c|
|
||||
c.component_paths << File.expand_path("../test/acceptance", __FILE__)
|
||||
c.skeleton_paths << File.expand_path("../test/acceptance/skeletons", __FILE__)
|
||||
|
||||
# Allow for slow setup to still pass
|
||||
c.assert_retries = 15
|
||||
c.provider "virtualbox",
|
||||
box: ENV["VAGRANT_SPEC_BOX"],
|
||||
contexts: ["provider-context/virtualbox"]
|
||||
|
|
Loading…
Reference in New Issue