We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a84bb6 commit 54b4a74Copy full SHA for 54b4a74
1 file changed
toolkit/tools/internal/network/network.go
@@ -23,7 +23,7 @@ import (
23
24
const (
25
// Default upper bound on a single network operation, across all retries.
26
- DefaultTimeout = time.Minute * 10
+ DefaultTimeout = time.Minute * 20
27
)
28
29
// ErrDownloadFileInvalidResponse404 is returned when the download response is 404.
0 commit comments