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 5817807 commit 11a4a7cCopy full SHA for 11a4a7c
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