Skip to content

Commit

Permalink
wait for supervisor services to exit (#50041)
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinFrazar authored Dec 14, 2024
1 parent cff9058 commit 087d926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/hsm/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func newTeleportService(ctx context.Context, config *servicecfg.Config, name str
}
go func() {
defer close(t.errC)
t.err = svc.WaitForSignals(ctx, nil)
t.err = svc.Wait()
}()
t.process = svc

Expand Down

0 comments on commit 087d926

Please sign in to comment.