Skip to content

Commit

Permalink
feat(mongodb): increase timeout (#2788)
Browse files Browse the repository at this point in the history
  • Loading branch information
jremy42 authored Oct 29, 2024
1 parent 5817807 commit bd489ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/services/mongodb/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ import (
)

const (
defaultMongodbInstanceTimeout = 15 * time.Minute
defaultMongodbSnapshotTimeout = 15 * time.Minute
defaultWaitMongodbInstanceRetryInterval = 5 * time.Second
defaultMongodbInstanceTimeout = 30 * time.Minute
defaultMongodbSnapshotTimeout = 30 * time.Minute
defaultWaitMongodbInstanceRetryInterval = 10 * time.Second
)

const (
Expand Down

0 comments on commit bd489ed

Please sign in to comment.