Skip to content

Commit

Permalink
chore(install): update user message to refine user expectation when w…
Browse files Browse the repository at this point in the history
…aiting during validation
  • Loading branch information
Julien4218 committed Apr 8, 2021
1 parent c456f94 commit 99899ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/install/validation/polling_recipe_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (m *PollingRecipeValidator) waitForData(ctx context.Context, dm types.Disco
ticker := time.NewTicker(m.interval)
defer ticker.Stop()

progressMsg := "Checking for data in New Relic..."
progressMsg := "Checking for data in New Relic (this may take a few minutes)..."
m.progressIndicator.Start(progressMsg)
defer m.progressIndicator.Stop()

Expand Down

0 comments on commit 99899ff

Please sign in to comment.