mirror of https://github.com/apache/kafka.git
MINOR: Correct error message in reassign_partitions_test.py (#17632)
Reviewers: Justine Olshan <jolshan@confluent.io>
This commit is contained in:
parent
af5df59d2b
commit
bed70d4d2e
|
@ -104,7 +104,7 @@ class ReassignPartitionsTest(ProduceConsumeValidateTest):
|
|||
# ensure all partitions have data so we don't hit OutOfOrderExceptions due to broker restarts
|
||||
wait_until(check_all_partitions,
|
||||
timeout_sec=60,
|
||||
err_msg="Failed to produce to all partitions in 30s")
|
||||
err_msg="Failed to produce to all partitions in 60s")
|
||||
|
||||
# send reassign partitions command
|
||||
self.kafka.execute_reassign_partitions(partition_info)
|
||||
|
|
Loading…
Reference in New Issue