Bump Redis timeouts based on test failures (#3316)

<!-- This change is generated by MagicModules. -->
/cc @rileykarson
This commit is contained in:
The Magician 2019-03-25 16:04:30 -07:00 committed by Riley Karson
parent 756e2545c1
commit 2a562039ac
2 changed files with 6 additions and 6 deletions

View File

@ -38,9 +38,9 @@ func resourceRedisInstance() *schema.Resource {
},
Timeouts: &schema.ResourceTimeout{
Create: schema.DefaultTimeout(360 * time.Second),
Update: schema.DefaultTimeout(360 * time.Second),
Delete: schema.DefaultTimeout(360 * time.Second),
Create: schema.DefaultTimeout(600 * time.Second),
Update: schema.DefaultTimeout(600 * time.Second),
Delete: schema.DefaultTimeout(600 * time.Second),
},
Schema: map[string]*schema.Schema{

View File

@ -187,9 +187,9 @@ In addition to the arguments listed above, the following computed attributes are
This resource provides the following
[Timeouts](/docs/configuration/resources.html#timeouts) configuration options:
- `create` - Default is 6 minutes.
- `update` - Default is 6 minutes.
- `delete` - Default is 6 minutes.
- `create` - Default is 10 minutes.
- `update` - Default is 10 minutes.
- `delete` - Default is 10 minutes.
## Import