Fix corner-case in handling of remaining retry time
Consider a remaining time of 0 as already timed out. Otherwise, there is no guarantee that calling utils.Retry with timeout 0 will call the function precisely once; it might run in time shorter than the resolution of timer. Signed-off-by:Klaus Aehlig <aehlig@google.com> Reviewed-by:
Thomas Thrainer <thomasth@google.com>
Please register or sign in to comment