Skip to content

Commit

Permalink
r/security_center: bumping the timeout to 30m (#2724)
Browse files Browse the repository at this point in the history
Fixes #2718
  • Loading branch information
tombuildsstuff authored and katbyte committed Jan 21, 2019
1 parent f792087 commit 1639fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_security_center_workspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func resourceArmSecurityCenterWorkspaceCreateUpdate(d *schema.ResourceData, meta
stateConf := &resource.StateChangeConf{
Pending: []string{"Waiting"},
Target: []string{"Populated"},
Timeout: 15 * time.Minute,
Timeout: 30 * time.Minute,
MinTimeout: 30 * time.Second,
Refresh: func() (interface{}, string, error) {

Expand Down

0 comments on commit 1639fb2

Please sign in to comment.