Skip to content

Commit fd013b0

Browse files
(MAINT) alter timeouts
1 parent 500cb64 commit fd013b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plans/subplans/install.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
)
408408

409409
$bg_db_run = background('database-targets') || {
410-
run_task('peadm::puppet_runonce', $database_targets)
410+
run_task('peadm::puppet_runonce', $database_targets, timeout => 900)
411411
}
412412

413413
parallelize($agent_installer_targets) |$target| {
@@ -430,7 +430,7 @@
430430
}
431431

432432
# add a timeout to wait
433-
wait([$bg_db_run], '_timeout' => 1200)
433+
wait([$bg_db_run], 1200)
434434

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

0 commit comments

Comments
 (0)