Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-muehle committed Jan 22, 2021
1 parent 57d2f6d commit eff5d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bad/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

func main() {
c := &http.Client{
Timeout: 1 * time.Second,
Timeout: 2 * time.Second,
}

res, err := c.Get("http://www.google.com/robots.txt")
Expand Down

0 comments on commit eff5d0e

Please sign in to comment.