Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(internal/gensupport): don't prematurely close timers (#1856)
quitAfterTimer should only be closed when function breaks or returns as it is created outside of the for loop. Tested with local replacing and fixes failing TestIndefiniteRetries test with the patch. Updates: googleapis/google-cloud-go#7410
- Loading branch information