Skip to content

Commit

Permalink
add test delay
Browse files Browse the repository at this point in the history
  • Loading branch information
coddmeistr committed Nov 12, 2024
1 parent 0626878 commit 998f326
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,8 @@ func (s *DriverServiceServer) Monitoring(ctx context.Context, req *pb.Monitoring
sp := req.GetServicesProvider()
log.Info("Starting Routine", zap.String("sp", sp.GetUuid()))

time.Sleep(8 * time.Second)

client, err := one.NewClientFromSP(sp, log)
if err != nil {
return nil, status.Errorf(codes.InvalidArgument, "Error making client: %v", err)
Expand Down

0 comments on commit 998f326

Please sign in to comment.