Skip to content

Commit 4b0d574

Browse files
(PE-42079) Add timeout for puppet run on db targets
1 parent 67899f0 commit 4b0d574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plans/subplans/install.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@
429429
run_task('peadm::puppet_runonce', $target)
430430
}
431431

432-
wait([$bg_db_run])
432+
wait([$bg_db_run], 1200, _catch_errors => true)
433433

434434
# The puppetserver might be in the middle of a restart after the Puppet run,
435435
# so we check the status by calling the api and ensuring the puppetserver is

0 commit comments

Comments
 (0)