pulumi/sdk/go/common/util/retry
Abhinav Gupta cd00dbb4bb
sdk/common/retry: Fix extraneous backoff
The prior commit discovered that our retry logic backs off
by a longer delay than it needs to.
It doesn't respect the initial "delay" configuration,
and instead begins with "delay * backoff".

This change fixes the issue and updates the test expectations.
2023-03-24 16:39:02 -07:00
..
until.go sdk/common/retry: Fix extraneous backoff 2023-03-24 16:39:02 -07:00
until_test.go sdk/common/retry: Fix extraneous backoff 2023-03-24 16:39:02 -07:00