Skip to content

Commit

Permalink
update timeout on resourceAwsFmsAdminAccountCreate
Browse files Browse the repository at this point in the history
  • Loading branch information
mcalhoun committed Feb 12, 2021
1 parent ac0dc5a commit ebf81d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws/resource_aws_fms_admin_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func resourceAwsFmsAdminAccountCreate(d *schema.ResourceData, meta interface{})
stateConf := &resource.StateChangeConf{
Target: []string{accountID},
Refresh: associateFmsAdminAccountRefreshFunc(conn, accountID),
Timeout: 1 * time.Minute,
Timeout: 10 * time.Minute,
Delay: 10 * time.Second,
}

Expand Down

0 comments on commit ebf81d8

Please sign in to comment.