Skip to content

Commit bd489ed

Browse files
authored
feat(mongodb): increase timeout (#2788)
1 parent 5817807 commit bd489ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/services/mongodb/helpers.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import (
1313
)
1414

1515
const (
16-
defaultMongodbInstanceTimeout = 15 * time.Minute
17-
defaultMongodbSnapshotTimeout = 15 * time.Minute
18-
defaultWaitMongodbInstanceRetryInterval = 5 * time.Second
16+
defaultMongodbInstanceTimeout = 30 * time.Minute
17+
defaultMongodbSnapshotTimeout = 30 * time.Minute
18+
defaultWaitMongodbInstanceRetryInterval = 10 * time.Second
1919
)
2020

2121
const (

0 commit comments

Comments
 (0)