Skip to content

Commit

Permalink
resource/aws_spot_instance_request: Bump delete timeout to 20mins
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Feb 19, 2018
1 parent e3b21df commit d620abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_spot_instance_request.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func resourceAwsSpotInstanceRequest() *schema.Resource {

Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(10 * time.Minute),
Delete: schema.DefaultTimeout(10 * time.Minute),
Delete: schema.DefaultTimeout(20 * time.Minute),
},

Schema: func() map[string]*schema.Schema {
Expand Down

0 comments on commit d620abe

Please sign in to comment.