liangyepianzhou opened a new pull request, #4672: URL: https://github.com/apache/bookkeeper/pull/4672
### Motivation Fix flaky test: https://github.com/apache/bookkeeper/actions/runs/18525197327/job/52795009929?pr=4652 ### Changes Align the timeout values used in assertions by standardizing to a 20-second timeout. The assertion timeout in this test has been modified several times previously. Each time a new assertion was added, the timeout value was increased. In order to avoid repeated modifications in the future, this test's timeout has been aligned to the longest assertion timeout that has already been set. https://github.com/apache/bookkeeper/blob/bde9ff2503ae71c4ef03b212577a1a8be673123a/bookkeeper-server/src/test/java/org/apache/bookkeeper/replication/BookieAutoRecoveryTest.java#L418 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
