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
1 changed files with 1 additions and 1 deletions

View File

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