Skip to content

Commit

Permalink
Fix more AzureBlobContainerRetriesTests flaky tests (#15189)
Browse files Browse the repository at this point in the history
(cherry picked from commit ba7b66d)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Aug 10, 2024
1 parent ae5f7d6 commit 3c2f312
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ RequestRetryOptions createRetryPolicy(final AzureStorageSettings azureStorageSet
return new RequestRetryOptions(
RetryPolicyType.EXPONENTIAL,
azureStorageSettings.getMaxRetries(),
1,
5,
10L,
100L,
secondaryHost
Expand Down

0 comments on commit 3c2f312

Please sign in to comment.