Skip to content

Commit

Permalink
wait for supervisor services to exit (#49972)
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinFrazar authored Dec 10, 2024
1 parent c8a4229 commit c6d978b
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 c6d978b

Please sign in to comment.