Skip to content

Commit

Permalink
resource/alicloud_graph_database_db_instance: modify timeout while cr…
Browse files Browse the repository at this point in the history
…eating and updating.
  • Loading branch information
ChenHanZhang committed Feb 19, 2024
1 parent 83878b8 commit f0b3114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alicloud/resource_alicloud_graph_database_db_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ func resourceAlicloudGraphDatabaseDbInstance() *schema.Resource {
State: schema.ImportStatePassthrough,
},
Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(60 * time.Minute),
Create: schema.DefaultTimeout(120 * time.Minute),
Delete: schema.DefaultTimeout(10 * time.Minute),
Update: schema.DefaultTimeout(60 * time.Minute),
Update: schema.DefaultTimeout(120 * time.Minute),
},
Schema: map[string]*schema.Schema{
"db_instance_ip_array": {
Expand Down

0 comments on commit f0b3114

Please sign in to comment.