Skip to content

Commit

Permalink
Update timeouts - our unit tests are failing on these resources. (#4995)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored and nat-henderson committed Nov 26, 2019
1 parent 08ef6ce commit 5e693fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions google/resource_compute_project_metadata_item.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ func resourceComputeProjectMetadataItem() *schema.Resource {
},

Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(5 * time.Minute),
Update: schema.DefaultTimeout(5 * time.Minute),
Delete: schema.DefaultTimeout(5 * time.Minute),
Create: schema.DefaultTimeout(7 * time.Minute),
Update: schema.DefaultTimeout(7 * time.Minute),
Delete: schema.DefaultTimeout(7 * time.Minute),
},
}
}
Expand Down

0 comments on commit 5e693fa

Please sign in to comment.