Skip to content

Commit 0b1166e

Browse files
authored
fix: increase timeout (#23)
1 parent aab2aa2 commit 0b1166e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdstore/sdstore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type sdStore struct {
3838
func NewStore(token string) SDStore {
3939
return &sdStore{
4040
token,
41-
&http.Client{Timeout: 60 * time.Second},
41+
&http.Client{Timeout: 120 * time.Second},
4242
}
4343
}
4444

0 commit comments

Comments
 (0)