Skip to content

Commit

Permalink
Update timeout to 3 hours
Browse files Browse the repository at this point in the history
  • Loading branch information
saamalik committed Mar 2, 2021
1 parent c67ce9e commit 6d1ab2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spectrocloud/resource_cluster_vsphere.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ func resourceClusterVsphere() *schema.Resource {
DeleteContext: resourceClusterDelete,

Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(60 * time.Minute),
Update: schema.DefaultTimeout(60 * time.Minute),
Delete: schema.DefaultTimeout(60 * time.Minute),
Create: schema.DefaultTimeout(180 * time.Minute),
Update: schema.DefaultTimeout(180 * time.Minute),
Delete: schema.DefaultTimeout(180 * time.Minute),
},

Schema: map[string]*schema.Schema{
Expand Down

0 comments on commit 6d1ab2d

Please sign in to comment.