Make retry tests independent of actual time
Even in the tests, real time is used. While, generally, the assumptions about execution time are pretty safe, in some rare circumstances, e.g., on machines with extremely heavy load they do not hold true, thus rendering the tests flaky. Fix this, by mocking time. Signed-off-by:Klaus Aehlig <aehlig@google.com> Reviewed-by:
Thomas Thrainer <thomasth@google.com>
Please register or sign in to comment