Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/kafkatest/tests/core/reassign_partitions_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ def move_start_offset(self):
# partition until the log start offset matches the end offset. The
# latter is more robust.
# 6->12 seconds to bypass the initial delay of cleanup task
time.sleep(12)
# the broker clean up task initial delay is 30s
time.sleep(12 + 30)

@cluster(num_nodes=8)
@matrix(bounce_brokers=[True, False],
Expand Down