Skip to content

Commit e17deb8

Browse files
(PE-40377) alter wait
1 parent 8ab24e7 commit e17deb8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spec/acceptance/peadm_spec/plans/test_migration.pp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@
4444
new_primary_host => $new_primary_target,
4545
)
4646

47-
peadm::wait_until_service_ready('bolt-server', $new_primary_target)
48-
peadm::wait_until_service_ready('ace-server', $new_primary_target)
49-
5047
# run infra status on the new primary
48+
peadm::wait_until_service_ready('all', $new_primary_target)
5149
out::message("Running peadm::status on new primary host ${new_primary_target}")
5250
$new_primary_status = run_plan('peadm::status', $new_primary_target, { 'format' => 'json' })
5351
out::message($new_primary_status)

0 commit comments

Comments
 (0)