We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d95c40 commit 978fed0Copy full SHA for 978fed0
internal/controllers/mongodb_test.go
@@ -386,6 +386,9 @@ var _ = Describe("MongoDB", func() {
386
},
387
Spec: infrav1beta1.MongoDBDatabaseSpec{
388
DatabaseSpec: &infrav1beta1.DatabaseSpec{
389
+ Timeout: &metav1.Duration{
390
+ Duration: time.Millisecond * 100,
391
+ },
392
Address: container.URI,
393
RootSecret: &infrav1beta1.SecretReference{
394
Name: rootSecret.Name,
@@ -482,6 +485,9 @@ var _ = Describe("MongoDB", func() {
482
485
483
486
484
487
488
489
490
491
492
493
0 commit comments