Skip to content

Commit

Permalink
Fix more AzureBlobContainerRetriesTests flaky tests (opensearch-proje…
Browse files Browse the repository at this point in the history
  • Loading branch information
reta authored and wangdongyu.danny committed Aug 22, 2024
1 parent ddef79f commit 08fd4e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ RequestRetryOptions createRetryPolicy(final AzureStorageSettings azureStorageSet
return new RequestRetryOptions(
RetryPolicyType.EXPONENTIAL,
azureStorageSettings.getMaxRetries(),
1,
5,
10L,
100L,
secondaryHost
Expand Down

0 comments on commit 08fd4e4

Please sign in to comment.