Skip to content

Commit

Permalink
fix: increase rdb instance creation timeout to 15m (scaleway#868)
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Barbare <abarbare@online.net>
  • Loading branch information
abarbare and Antoine Barbare authored Aug 31, 2021
1 parent f02359b commit 3742ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaleway/resource_rdb_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ func resourceScalewayRdbInstanceCreate(ctx context.Context, d *schema.ResourceDa
_, err = rdbAPI.WaitForInstance(&rdb.WaitForInstanceRequest{
Region: region,
InstanceID: res.ID,
Timeout: scw.TimeDurationPtr(defaultInstanceServerWaitTimeout),
Timeout: scw.TimeDurationPtr(defaultRdbInstanceTimeout),
RetryInterval: DefaultWaitRetryInterval,
}, scw.WithContext(ctx))
if err != nil {
Expand Down

0 comments on commit 3742ffb

Please sign in to comment.