mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +00:00
`RetryTemplateTests` can, under load, break the build because of a flaky test: "retryableWithTimeoutExceededAfterSecondRetry". This usually happens when many cores are busy and the timeout check runs before each retry attempt. This commit extends the timeout to avoid such cases and failures.