Skip to content

Commit

Permalink
Reduce run time to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
varunch77 committed Nov 11, 2024
1 parent ba6eac0 commit 0f9e413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/metric_value_benchmark/jmx_tomcat_jvm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (t *JMXTomcatJVMTestRunner) GetAgentConfigFileName() string {
}

func (t *JMXTomcatJVMTestRunner) GetAgentRunDuration() time.Duration {
return 10 * time.Minute
return 5 * time.Minute
}

func (t *JMXTomcatJVMTestRunner) SetupBeforeAgentRun() error {
Expand Down

0 comments on commit 0f9e413

Please sign in to comment.