We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab2aa2 commit 0b1166eCopy full SHA for 0b1166e
sdstore/sdstore.go
@@ -38,7 +38,7 @@ type sdStore struct {
38
func NewStore(token string) SDStore {
39
return &sdStore{
40
token,
41
- &http.Client{Timeout: 60 * time.Second},
+ &http.Client{Timeout: 120 * time.Second},
42
}
43
44
0 commit comments