Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: stabilize Metal organization test (#510)
The terraform acceptance test for `metal_organization` creates an organization and then very quickly updates it. The update step started failing at some point mid-2023 and was briefly fixed, but it has been failing consistently for quite a while now. There is some background processing that happens when an organization is created, and the API will throw an error if the organization is updated before that background processing is finished. This adds a delay between the create and update calls for an organization so that the affected test can pass. Fixes #463.
- Loading branch information