Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
raffis committed Oct 17, 2024
1 parent 1d95c40 commit 978fed0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions internal/controllers/mongodb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,9 @@ var _ = Describe("MongoDB", func() {
},
Spec: infrav1beta1.MongoDBDatabaseSpec{
DatabaseSpec: &infrav1beta1.DatabaseSpec{
Timeout: &metav1.Duration{
Duration: time.Millisecond * 100,
},
Address: container.URI,
RootSecret: &infrav1beta1.SecretReference{
Name: rootSecret.Name,
Expand Down Expand Up @@ -482,6 +485,9 @@ var _ = Describe("MongoDB", func() {
},
Spec: infrav1beta1.MongoDBDatabaseSpec{
DatabaseSpec: &infrav1beta1.DatabaseSpec{
Timeout: &metav1.Duration{
Duration: time.Millisecond * 100,
},
Address: container.URI,
RootSecret: &infrav1beta1.SecretReference{
Name: rootSecret.Name,
Expand Down

0 comments on commit 978fed0

Please sign in to comment.