Skip to content

Commit

Permalink
Merge pull request #24 from inspec/cw/fix-bk-integration
Browse files Browse the repository at this point in the history
Add a sleep after starting vault to ensure it is up prior to seeding
  • Loading branch information
clintoncwolfe committed Sep 11, 2019
2 parents c09349c + 840c095 commit bba47c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ namespace(:test) do
pid = spawn(ENV, "test/integration/support/vault server -dev &")
Process.detach(pid)
end
puts "Waiting 3 sec for vault to warm up..."
sleep(3)
end

task(:seed_vault) do
Expand Down

0 comments on commit bba47c7

Please sign in to comment.