Skip to content

Commit

Permalink
Fix the IS instance stop timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
hkantare committed Oct 21, 2019
1 parent b30eee7 commit f637852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibm/resource_ibm_is_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ func isWaitForInstanceActionStop(d *schema.ResourceData, meta interface{}) (inte
}
return instance, instance.Status, nil
},
Timeout: d.Timeout(schema.TimeoutCreate),
Timeout: d.Timeout(schema.TimeoutDelete),
Delay: 10 * time.Second,
MinTimeout: 10 * time.Second,
}
Expand Down

0 comments on commit f637852

Please sign in to comment.