Moving from `5s` to `10s` here because of #56095. This adds `10s` to the overall runtime of the test which should be a reasonable tradeoff for stability. Closes #56095
This commit is contained in:
parent
6233e32ab3
commit
60b6d4eddc
|
@ -78,7 +78,7 @@ import static org.hamcrest.Matchers.startsWith;
|
|||
@ESIntegTestCase.ClusterScope(scope = ESIntegTestCase.Scope.TEST)
|
||||
public class S3BlobStoreRepositoryTests extends ESMockAPIBasedRepositoryIntegTestCase {
|
||||
|
||||
private static final TimeValue TEST_COOLDOWN_PERIOD = TimeValue.timeValueSeconds(5L);
|
||||
private static final TimeValue TEST_COOLDOWN_PERIOD = TimeValue.timeValueSeconds(10L);
|
||||
|
||||
private String region;
|
||||
private String signerOverride;
|
||||
|
|
Loading…
Reference in New Issue