Skip to content

Commit d1c5634

Browse files
committed
Revert "Changing WaitForExit value to 8 minutes 480000 milliseconds."
This reverts commit 72d7c66.
1 parent 72d7c66 commit d1c5634

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(480000)){
280+
if (!$pup_process.WaitForExit(120000)){
281281
Write-Log "ERROR: Timed out waiting for puppet!"
282282
throw
283283
}

0 commit comments

Comments
 (0)