Retry couchbase startup (#12391)
This commit is contained in:
parent
be153f0764
commit
6d21238592
|
@ -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();
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue