diff --git a/appstore/validator_test.go b/appstore/validator_test.go index 51c6a46..4fb71be 100644 --- a/appstore/validator_test.go +++ b/appstore/validator_test.go @@ -96,7 +96,7 @@ func TestNew(t *testing.T) { ProductionURL: ProductionURL, SandboxURL: SandboxURL, httpCli: &http.Client{ - Timeout: 10 * time.Second, + Timeout: 30 * time.Second, }, }