You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In `SleepInSecondsForTest()`, skip the sleep when `VCR_MODE` is
`REPLAYING`. This makes the assumption that the sleep is always related
to a condition that's already mitigated by the fact that we're using
prerecorded fixtures, but it could be extended later to override this
behavior if necessary.
Fixeshashicorp/terraform-provider-google#20916
0 commit comments