Skip to content

Commit

Permalink
fix(client): up request deadline timeout (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
reynld authored Aug 7, 2020
1 parent 323c996 commit f86d14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/terraform-provider-paperspace/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ type PaperspaceClient struct {
}

func (c *ClientConfig) Client() (paperspaceClient PaperspaceClient) {
timeout := 10 * time.Second
timeout := 30 * time.Second
client := &http.Client{
Timeout: timeout,
}
Expand Down

0 comments on commit f86d14b

Please sign in to comment.