We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e948691 + 1b4f9f5 commit 28613a7Copy full SHA for 28613a7
appstore/validator.go
@@ -91,7 +91,7 @@ func New() *Client {
91
ProductionURL: ProductionURL,
92
SandboxURL: SandboxURL,
93
httpCli: &http.Client{
94
- Timeout: 10 * time.Second,
+ Timeout: 30 * time.Second,
95
},
96
}
97
return client
appstore/validator_test.go
@@ -96,7 +96,7 @@ func TestNew(t *testing.T) {
98
99
100
101
102
0 commit comments