Skip to content

Commit 54b4a74

Browse files
[AUTO-CHERRYPICK] update network timeout to 20min by default to allow for larger filesi… - branch 3.0-dev (#14060)
Co-authored-by: Sam Meluch <109628994+sameluch@users.noreply.github.com>
1 parent 7a84bb6 commit 54b4a74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolkit/tools/internal/network/network.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323

2424
const (
2525
// Default upper bound on a single network operation, across all retries.
26-
DefaultTimeout = time.Minute * 10
26+
DefaultTimeout = time.Minute * 20
2727
)
2828

2929
// ErrDownloadFileInvalidResponse404 is returned when the download response is 404.

0 commit comments

Comments
 (0)