Increase timeout

This commit is contained in:
Hamcha 2018-09-17 15:32:31 +02:00
parent 5578ecef2a
commit 3670cafaac
Signed by: hamcha
GPG key ID: A40413D21021EAEE

View file

@ -51,7 +51,7 @@ type CardData struct {
} }
var netClient = &http.Client{ var netClient = &http.Client{
Timeout: time.Second * 10, Timeout: time.Second * 20,
} }
func scryfallSearch(query string, offset int) (results CardSearchResults, err error) { func scryfallSearch(query string, offset int) (results CardSearchResults, err error) {