mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Turn on parallelism for inspec_exec_test.rb
Seems safe after several runs. Takes the time down from ~275s to 35s. Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
parent
769d492108
commit
ba462724db
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
require "functional/helper"
|
||||
|
||||
describe "inspec exec" do
|
||||
parallelize_me!
|
||||
|
||||
include FunctionalHelper
|
||||
let(:looks_like_a_stacktrace) { %r{lib/inspec/.+\.rb:\d+:in} }
|
||||
|
||||
|
|
Loading…
Reference in a new issue