Retry couchbase startup (#12391)

This commit is contained in:
Lauri Tulmin 2024-10-03 17:33:31 +03:00 committed by GitHub
parent be153f0764
commit 6d21238592
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,7 @@ class CouchbaseClient316Test {
.withEnabledServices(CouchbaseService.KV)
.withBucket(new BucketDefinition("test"))
.withLogConsumer(new Slf4jLogConsumer(logger))
.withStartupAttempts(5)
.withStartupTimeout(Duration.ofMinutes(2));
couchbase.start();

View File

@ -47,6 +47,7 @@ class CouchbaseClient31Test {
.withEnabledServices(CouchbaseService.KV)
.withBucket(new BucketDefinition("test"))
.withLogConsumer(new Slf4jLogConsumer(logger))
.withStartupAttempts(5)
.withStartupTimeout(Duration.ofMinutes(2));
couchbase.start();