Increase timeout
This commit is contained in:
parent
5578ecef2a
commit
3670cafaac
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue