From 3716fee9b75e557412811126bf5bb547c43dbef6 Mon Sep 17 00:00:00 2001 From: Peter Nose Date: Mon, 16 Dec 2024 04:51:09 +0100 Subject: [PATCH] go/runtime/bundle/discovery: Increase request timeout --- go/runtime/bundle/discovery.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/runtime/bundle/discovery.go b/go/runtime/bundle/discovery.go index a4319755a14..8c49c618b55 100644 --- a/go/runtime/bundle/discovery.go +++ b/go/runtime/bundle/discovery.go @@ -28,7 +28,7 @@ const ( discoveryInterval = 15 * time.Minute // requestTimeout is the time limit for http client requests. - requestTimeout = 10 * time.Second + requestTimeout = time.Minute // maxMetadataSizeBytes is the maximum allowed metadata size in bytes. maxMetadataSizeBytes = 2 * 1024 // 2 KB