Skip to content

Commit

Permalink
fix(support-bundle): download timed out
Browse files Browse the repository at this point in the history
ref: 6256

Signed-off-by: Chin-Ya Huang <chin-ya.huang@suse.com>
  • Loading branch information
c3y1huang committed Jul 10, 2023
1 parent 2197626 commit 5bfb8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/support_bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const (
SupportBundleURLStatusFmt = "http://%s:%v/status"
SupportBundleURLDownloadFmt = "http://%s:%v/bundle"

SupportBundleDownloadTimeout = 5 * time.Minute
SupportBundleDownloadTimeout = 24 * time.Hour
)

func IsSupportBundleControllerDeleting(supportBundle *longhorn.SupportBundle) bool {
Expand Down

0 comments on commit 5bfb8f5

Please sign in to comment.