Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
BewareMyPower committed Dec 22, 2020
1 parent 8bbcdb1 commit 283f58a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ private void produceData(KafkaProducer<String, String> producer,
@Test(timeOut = 20000)
public void testBrokerRespectsPartitionsOrderAndSizeLimits() throws Exception {
String topicName = "kopBrokerRespectsPartitionsOrderAndSizeLimits";
int numberTopics = 5;
int numberTopics = 8;
int numberPartitions = 6;

int messagesPerPartition = 9;
Expand Down

0 comments on commit 283f58a

Please sign in to comment.