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