From 1ed82cc071a2769f8dcdcb1900384f6967f5dd76 Mon Sep 17 00:00:00 2001 From: musa-asad Date: Mon, 2 Dec 2024 11:17:48 -0500 Subject: [PATCH] Increase duration to 5 minutes for JMX Kafka tests. --- test/metric_value_benchmark/jmx_kafka_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/metric_value_benchmark/jmx_kafka_test.go b/test/metric_value_benchmark/jmx_kafka_test.go index 362736f87..81acff382 100644 --- a/test/metric_value_benchmark/jmx_kafka_test.go +++ b/test/metric_value_benchmark/jmx_kafka_test.go @@ -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 {