Skip to content

Commit

Permalink
Fix AzureBlobContainerRetriesTests flaky tests (opensearch-project#15184
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 48cb32d commit 30bd5da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private BlobContainer createBlobContainer(final int maxRetries) {
+ "/";
clientSettings.put(ENDPOINT_SUFFIX_SETTING.getConcreteSettingForNamespace(clientName).getKey(), endpoint);
clientSettings.put(MAX_RETRIES_SETTING.getConcreteSettingForNamespace(clientName).getKey(), maxRetries);
clientSettings.put(TIMEOUT_SETTING.getConcreteSettingForNamespace(clientName).getKey(), TimeValue.timeValueMillis(2000));
clientSettings.put(TIMEOUT_SETTING.getConcreteSettingForNamespace(clientName).getKey(), TimeValue.timeValueMillis(5000));

final MockSecureSettings secureSettings = new MockSecureSettings();
secureSettings.setString(ACCOUNT_SETTING.getConcreteSettingForNamespace(clientName).getKey(), "account");
Expand Down

0 comments on commit 30bd5da

Please sign in to comment.