Skip to content

Commit 500cb64

Browse files
(MAINT) try test timeout
1 parent 4e79524 commit 500cb64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plans/subplans/install.pp

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

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

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

0 commit comments

Comments
 (0)