Skip to content

Commit

Permalink
Increase duration to 5 minutes for JMX Kafka tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
musa-asad committed Dec 2, 2024
1 parent f7c5fd3 commit 1ed82cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/metric_value_benchmark/jmx_kafka_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func (t *JMXKafkaTestRunner) GetAgentConfigFileName() string {
}

func (t *JMXKafkaTestRunner) GetAgentRunDuration() time.Duration {
return 2 * time.Minute
return 5 * time.Minute
}

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

0 comments on commit 1ed82cc

Please sign in to comment.