Skip to content

Commit

Permalink
Revert "run the agent for 5m"
Browse files Browse the repository at this point in the history
This reverts commit 3a3f57c.
  • Loading branch information
movence committed Dec 22, 2023
1 parent 31d44c2 commit 88cb9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app_signals/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (t *AppSignalsMetricsRunner) GetTestName() string {
}

func (t *AppSignalsMetricsRunner) GetAgentRunDuration() time.Duration {
return 5 * time.Minute
return 3 * time.Minute
}

func (t *AppSignalsMetricsRunner) GetMeasuredMetrics() []string {
Expand Down

0 comments on commit 88cb9a5

Please sign in to comment.