Fix value mistake

This commit is contained in:
ChangYu Huang 2025-08-20 11:39:37 -04:00
parent fe3df3c168
commit f15d2ef460
1 changed files with 1 additions and 1 deletions

View File

@ -1005,7 +1005,7 @@ public class KafkaProducerTest {
@Test
public void testTopicNotExistingInMetadata() throws InterruptedException {
Map<String, Object> configs = new HashMap<>();
final String maxBlockMs = "300000";
final String maxBlockMs = "30000";
configs.put(ProducerConfig.BOOTSTRAP_SERVERS_CONFIG, "localhost:9999");
configs.put(ProducerConfig.MAX_BLOCK_MS_CONFIG, maxBlockMs);
long refreshBackoffMs = 500L;