From ccd642b1b1d0c807c5b578f76c232a9c10d14f57 Mon Sep 17 00:00:00 2001 From: Chin-Ya Huang Date: Mon, 10 Jul 2023 15:43:14 +0800 Subject: [PATCH] fix(support-bundle): download timed out ref: 6256 Signed-off-by: Chin-Ya Huang --- types/support_bundle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/support_bundle.go b/types/support_bundle.go index 59a0b0a585..edae1ae389 100644 --- a/types/support_bundle.go +++ b/types/support_bundle.go @@ -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 {