We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5817807 commit bd489edCopy full SHA for bd489ed
internal/services/mongodb/helpers.go
@@ -13,9 +13,9 @@ import (
13
)
14
15
const (
16
- defaultMongodbInstanceTimeout = 15 * time.Minute
17
- defaultMongodbSnapshotTimeout = 15 * time.Minute
18
- defaultWaitMongodbInstanceRetryInterval = 5 * time.Second
+ defaultMongodbInstanceTimeout = 30 * time.Minute
+ defaultMongodbSnapshotTimeout = 30 * time.Minute
+ defaultWaitMongodbInstanceRetryInterval = 10 * time.Second
19
20
21
0 commit comments