Skip to content

Commit

Permalink
allow 5m
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed Sep 1, 2023
1 parent bb27dea commit 23ac5df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions observe/resource_dataset_outbound_share.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ func resourceDatasetOutboundShare() *schema.Resource {
UpdateContext: resourceDatasetOutboundShareUpdate,
DeleteContext: resourceDatasetOutboundShareDelete,
Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(2 * time.Minute),
Update: schema.DefaultTimeout(2 * time.Minute),
Create: schema.DefaultTimeout(5 * time.Minute),
Update: schema.DefaultTimeout(5 * time.Minute),
},
Importer: &schema.ResourceImporter{
StateContext: schema.ImportStatePassthroughContext,
Expand Down

0 comments on commit 23ac5df

Please sign in to comment.