Skip to content

Commit

Permalink
deleted delay
Browse files Browse the repository at this point in the history
  • Loading branch information
Edgar Lopez committed Aug 25, 2021
1 parent 5900ed9 commit f3395a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mongodbatlas/data_source_mongodbatlas_cluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ func dataSourceMongoDBAtlasClusterRead(ctx context.Context, d *schema.ResourceDa
Refresh: datasourceClusterPrivateEndpointRefreshFunc(clusterName, projectID, conn),
Timeout: 10 * time.Minute,
MinTimeout: 5 * time.Second,
Delay: 3 * time.Second,
}

resp, err := stateConf.WaitForStateContext(ctx)
Expand Down

0 comments on commit f3395a9

Please sign in to comment.