Skip to content

Commit

Permalink
azurerm_role_definition - Increase the continuous count of post del…
Browse files Browse the repository at this point in the history
…ete checks (#18208)
  • Loading branch information
magodo authored Sep 2, 2022
1 parent 663bc03 commit 97720b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ func resourceArmRoleDefinitionDelete(d *pluginsdk.ResourceData, meta interface{}
},
Refresh: roleDefinitionDeleteStateRefreshFunc(ctx, client, id.ResourceID),
MinTimeout: 10 * time.Second,
ContinuousTargetOccurence: 6,
ContinuousTargetOccurence: 10,
Timeout: d.Timeout(pluginsdk.TimeoutDelete),
}

Expand Down

0 comments on commit 97720b6

Please sign in to comment.