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 660c65b commit 239d2b8Copy full SHA for 239d2b8
api/rdb/v1/rdb_utils.go
@@ -10,7 +10,7 @@ import (
10
11
const (
12
defaultRetryInterval = 15 * time.Second
13
- defaultTimeout = 10 * time.Minute
+ defaultTimeout = 15 * time.Minute
14
)
15
16
// WaitForInstanceRequest is used by WaitForInstance method.
0 commit comments