Skip to content

Commit

Permalink
Merge pull request hashicorp#342 from modular-magician/codegen-pr-1231
Browse files Browse the repository at this point in the history
Increase update timeout for clusters
  • Loading branch information
emilymye committed Jan 11, 2019
2 parents 4fc461d + fd9f788 commit b26b9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-beta/resource_container_cluster.go
Expand Up @@ -57,7 +57,7 @@ func resourceContainerCluster() *schema.Resource {

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

Expand Down

0 comments on commit b26b9fc

Please sign in to comment.