Skip to content

Commit 2c22e00

Browse files
committed
change timeout for compute destroy operation
1 parent e4089ff commit 2c22e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oci/core_instance_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func CoreInstanceResource() *schema.Resource {
3535
Timeouts: &schema.ResourceTimeout{
3636
Create: getTimeoutDuration("45m"),
3737
Update: getTimeoutDuration("45m"),
38-
Delete: getTimeoutDuration("45m"),
38+
Delete: getTimeoutDuration("75m"),
3939
},
4040
Create: createCoreInstance,
4141
Read: readCoreInstance,

0 commit comments

Comments
 (0)