We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aff0a9 commit 45e5976Copy full SHA for 45e5976
api/client/api.go
@@ -53,7 +53,7 @@ func NewClientWithConfig(ctx context.Context, input NewClientInput) (Client, err
53
client := Client{
54
BaseURL: input.BaseURL,
55
HTTPClient: &http.Client{
56
- Timeout: time.Minute,
+ Timeout: 60 * time.Minute,
57
},
58
}
59
if cfToken := os.Getenv("PORTER_CF_ACCESS_TOKEN"); cfToken != "" {
0 commit comments