Skip to content

Commit 9964e34

Browse files
authored
Extended timeout
1 parent cc1a8fb commit 9964e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tagbox/tagbox.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func New(addr string) *Client {
3939
return &Client{
4040
addr: addr,
4141
HTTPClient: &http.Client{
42-
Timeout: 10 * time.Second,
42+
Timeout: 1 * time.Minute,
4343
},
4444
}
4545
}

0 commit comments

Comments
 (0)