Skip to content

Commit ebf81d8

Browse files
committed
update timeout on resourceAwsFmsAdminAccountCreate
1 parent ac0dc5a commit ebf81d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aws/resource_aws_fms_admin_account.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func resourceAwsFmsAdminAccountCreate(d *schema.ResourceData, meta interface{})
5656
stateConf := &resource.StateChangeConf{
5757
Target: []string{accountID},
5858
Refresh: associateFmsAdminAccountRefreshFunc(conn, accountID),
59-
Timeout: 1 * time.Minute,
59+
Timeout: 10 * time.Minute,
6060
Delay: 10 * time.Second,
6161
}
6262

0 commit comments

Comments
 (0)