Skip to content

Commit

Permalink
re-committing after missing the sleep command in the get-vmip function
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruettcva committed Dec 3, 2015
1 parent b4c26a9 commit b2b31fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions support/hyperv.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function New-KitchenVM

function Get-VmIP($vm)
{
start-sleep -seconds 10
$vm.networkadapters.ipaddresses |
Where-Object {
$_ -match '^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$'
Expand Down

0 comments on commit b2b31fc

Please sign in to comment.