Skip to content

Commit 72d7c66

Browse files
committed
Changing WaitForExit value to 8 minutes 480000 milliseconds.
1 parent 1eee5c2 commit 72d7c66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/install_puppet.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ try {
277277
Write-Log "Waiting for puppet to stop, PID:$PuppetPID"
278278
$pup_process = Get-Process -ID $PuppetPID -ErrorAction SilentlyContinue
279279
if ($pup_process) {
280-
if (!$pup_process.WaitForExit(120000)){
280+
if (!$pup_process.WaitForExit(480000)){
281281
Write-Log "ERROR: Timed out waiting for puppet!"
282282
throw
283283
}

0 commit comments

Comments
 (0)