ss77892 opened a new pull request, #10958: URL: https://github.com/apache/ozone/pull/10958
## What changes were proposed in this pull request? TestClientRetryContainerStateMachineFailures takes 12 minutes due to a 30s heartbeat override I'm not sure whether it was intentional, but setting the heartbeat to 30 seconds resulted in over 10 minutes of execution time for this test, which is really slowing down the CI. Dropping it to the default 1 sec makes it 2x+ faster. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-16080 ## How was this patch tested? The test was executed in a loop more than 50 times. No failures -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
