Skip to content

Commit

Permalink
restore default timeout for delete to 30m
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed Apr 25, 2024
1 parent 308d055 commit a56e208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/services/containerapps/container_app_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ func (r ContainerAppResource) Read() sdk.ResourceFunc {

func (r ContainerAppResource) Delete() sdk.ResourceFunc {
return sdk.ResourceFunc{
Timeout: 60 * time.Minute,
Timeout: 30 * time.Minute,
Func: func(ctx context.Context, metadata sdk.ResourceMetaData) error {
client := metadata.Client.ContainerApps.ContainerAppClient

Expand Down

0 comments on commit a56e208

Please sign in to comment.