Update start timeout for leadership_transfer_test
on debug builds
#11472
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the node start timeout of this test to 60 seconds for debug builds. The need for this change comes from the 500+ partitions this test creates which leads to the node starting up 6 times slower compared to an empty node when on a debug build. This change wasn't needed originally, however, with the update to clang-16 there seems to be a slight performance regression in our debug builds causing the node start time to be right around 20s.
Fixes #11044
Backports Required
Release Notes