Skip to content

Commit

Permalink
Increase deployment timeout back to 10mins
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinbunney committed May 5, 2020
1 parent 8361551 commit 7dae39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/resource_kubectl_manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func resourceKubectlManifest() *schema.Resource {
}
},
Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(5 * time.Minute),
Create: schema.DefaultTimeout(10 * time.Minute),
},
Importer: &schema.ResourceImporter{
State: func(d *schema.ResourceData, meta interface{}) ([]*schema.ResourceData, error) {
Expand Down

0 comments on commit 7dae39e

Please sign in to comment.