Skip to content

Commit 3742ffb

Browse files
abarbareAntoine Barbare
and
Antoine Barbare
authored
fix: increase rdb instance creation timeout to 15m (scaleway#868)
Co-authored-by: Antoine Barbare <[email protected]>
1 parent f02359b commit 3742ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scaleway/resource_rdb_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ func resourceScalewayRdbInstanceCreate(ctx context.Context, d *schema.ResourceDa
188188
_, err = rdbAPI.WaitForInstance(&rdb.WaitForInstanceRequest{
189189
Region: region,
190190
InstanceID: res.ID,
191-
Timeout: scw.TimeDurationPtr(defaultInstanceServerWaitTimeout),
191+
Timeout: scw.TimeDurationPtr(defaultRdbInstanceTimeout),
192192
RetryInterval: DefaultWaitRetryInterval,
193193
}, scw.WithContext(ctx))
194194
if err != nil {

0 commit comments

Comments
 (0)