Skip to content

Commit 0f9f1e5

Browse files
committed
Increase timeout in testKraftClusterBothControllers
why: in response to a timeout during a CI run. Signed-off-by: kwall <[email protected]>
1 parent d6728d0 commit 0f9f1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka-native-test-container/src/test/java/com/ozangunalp/kafka/test/container/KafkaNativeContainerIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ void testKraftClusterBothControllers() throws Exception {
339339
b2.addEnv("SERVER_HOST", broker2);
340340
b2.addEnv("KAFKA_BROKER_ID", "2");
341341

342-
Startables.deepStart(b1, b2).get(30, TimeUnit.SECONDS);
342+
Startables.deepStart(b1, b2).get(1, TimeUnit.MINUTES);
343343

344344
verifyClusterMembers(b1, Map.of(), 2);
345345
checkProduceConsume(b1);

0 commit comments

Comments
 (0)