Skip to content

Commit

Permalink
Increase timeout by one sec
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Jul 10, 2023
1 parent c30e96b commit 3c613ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/html/html.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

func ExtractText(url string) (string, error) {
article, err := readability.FromURL(url, 2*time.Second)
article, err := readability.FromURL(url, 3*time.Second)
if err != nil {
return "", err
}
Expand Down

0 comments on commit 3c613ff

Please sign in to comment.