Retry a function until it succeeds or times out. Passed function should throw an error if it fails or return a value on success.
Retry a function until it succeeds or times out. Passed function should throw an error if it fails or return a value on success.