diff --git a/appstore/validator.go b/appstore/validator.go index 698506f..f504585 100644 --- a/appstore/validator.go +++ b/appstore/validator.go @@ -91,7 +91,7 @@ func New() *Client { ProductionURL: ProductionURL, SandboxURL: SandboxURL, httpCli: &http.Client{ - Timeout: 10 * time.Second, + Timeout: 30 * time.Second, }, } return client