Skip to content

Commit 239d2b8

Browse files
committed
Fix
1 parent 660c65b commit 239d2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/rdb/v1/rdb_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
const (
1212
defaultRetryInterval = 15 * time.Second
13-
defaultTimeout = 10 * time.Minute
13+
defaultTimeout = 15 * time.Minute
1414
)
1515

1616
// WaitForInstanceRequest is used by WaitForInstance method.

0 commit comments

Comments
 (0)