Skip to content

Commit 41ed486

Browse files
committed
increase timeout
1 parent aa62424 commit 41ed486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client.go

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

2424
const (
25-
getContentRequestTimeout = 30 * time.Second
25+
getContentRequestTimeout = 60 * time.Second
2626
getContentStreamRequestTimeout = 600 * time.Second
2727
storeContentRequestTimeout = 300 * time.Second
2828
closestHostTimeout = 30 * time.Second

0 commit comments

Comments
 (0)