juju / terraform-provider-juju

A Terraform provider for Juju
Apache License 2.0
19 stars 37 forks source link

Update waiting for units with endpoint binding tests. #471

Closed hmlanigan closed 5 months ago

hmlanigan commented 5 months ago

Description

TestAcc_ResourceApplication_EndpointBindings has been causing intermittent ACC failures which delays merging PRs. More recently it has been occurring more often.

Extend the wait time as 100 seconds is insufficient. The extension is an arbitrary time, 500 seconds. However break the loop if when the unit is active and fail if the unit status is error.

Type of change