Closed t0yv0 closed 2 weeks ago
Looking good! No breaking changes found. No new resources/functions.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 45.70%. Comparing base (
b590804
) to head (ca03323
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
GetResource NotFound backoff introduced in https://github.com/pulumi/pulumi-aws-native/pull/1809 allowed long time wait periods up to 30 seconds. This change makes the max wait period 3 seconds at this is more appropriate for AWS eventual consistency propagation delays this backoff tries to compensate for.