Skip to content

Commit

Permalink
Merge remote-tracking branch 'local-from/develop' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
CI (Automated) committed Feb 15, 2018
2 parents d94e259 + 44358ef commit fc53779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bosh-psmodules/modules/BOSH.Agent/BOSH.Agent.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ function Set-Path {
}

function Install-AgentService {
Write-Log "Updating services timeout from 30s to 60s"
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control" /v ServicesPipeTimeout /t REG_DWORD /d 60000 /f
Write-Log "Install-AgentService: Installing BOSH Agent"
Start-Process -FilePath "C:\bosh\service_wrapper.exe" -ArgumentList "install" -NoNewWindow -Wait
}
Expand Down

0 comments on commit fc53779

Please sign in to comment.