Skip to content

Commit

Permalink
fix: give restore more time
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobischof committed Jul 9, 2021
1 parent f7aa2f6 commit e31ec92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operator/database/kinds/backups/bucket/restore/adapt.go
Expand Up @@ -21,7 +21,7 @@ const (
jobSuffix = "-restore"
internalSecretName = "client-certs"
rootSecretName = "cockroachdb.client.root"
timeout = 15 * time.Minute
timeout = 45 * time.Minute
)

func AdaptFunc(
Expand Down

0 comments on commit e31ec92

Please sign in to comment.