Skip to content

Commit

Permalink
Enable parallel create and destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Veznaver committed Jan 23, 2017
1 parent a946fb6 commit 90b3c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kitchen/driver/vagrant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class Vagrant < Kitchen::Driver::Base

default_config :cachier, nil

no_parallel_for :create, :destroy
# no_parallel_for :create, :destroy

# Creates a Vagrant VM instance.
#
Expand Down

0 comments on commit 90b3c84

Please sign in to comment.