Skip to content

Commit 3716fee

Browse files
committed
go/runtime/bundle/discovery: Increase request timeout
1 parent 3bd356f commit 3716fee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/runtime/bundle/discovery.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const (
2828
discoveryInterval = 15 * time.Minute
2929

3030
// requestTimeout is the time limit for http client requests.
31-
requestTimeout = 10 * time.Second
31+
requestTimeout = time.Minute
3232

3333
// maxMetadataSizeBytes is the maximum allowed metadata size in bytes.
3434
maxMetadataSizeBytes = 2 * 1024 // 2 KB

0 commit comments

Comments
 (0)