Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Azure repository tests randomly taking many minutes (elastic#88559)
If we run into a seed that causes many fake exceptions and thus retries, a 100ms retry interval will add up to minutes of test time for tests like `testLargeBlobCountDeletion` that trigger thousands of requests. There's no reason not to speed this up by 10x via more aggressive retry timings as far as I can see so I reduced the timings to avoid randomly blocked tests.
- Loading branch information