Skip to content

Commit a1db874

Browse files
CodelaxMia-Cross
andauthored
chore(rdb_instance): increase timeout to 30 minutes (scaleway#2579)
Co-authored-by: Mia-Cross <[email protected]>
1 parent 955d7fa commit a1db874

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/services/rdb/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
)
1717

1818
const (
19-
defaultInstanceTimeout = 15 * time.Minute
19+
defaultInstanceTimeout = 30 * time.Minute
2020
defaultWaitRetryInterval = 30 * time.Second
2121
)
2222

0 commit comments

Comments
 (0)