provider/azure: Wait longer for storage blob to go
This commit is contained in:
parent
f995651573
commit
9346355ed5
|
@ -622,7 +622,7 @@ func resourceAzureInstanceDelete(d *schema.ResourceData, meta interface{}) error
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
err = resource.Retry(5*time.Minute, func() error {
|
err = resource.Retry(15*time.Minute, func() error {
|
||||||
exists, err := blobClient.BlobExists(
|
exists, err := blobClient.BlobExists(
|
||||||
storageContainterName, fmt.Sprintf(osDiskBlobNameFormat, name),
|
storageContainterName, fmt.Sprintf(osDiskBlobNameFormat, name),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue