Closed
Description
See: googleapis/google-cloud-python#6136, and the TODO left in the code by @jba:
def result(self, timeout=None):
...
if self.state is None:
self._begin()
# TODO: modify PollingFuture so it can pass a retry argument to done().
return super(_AsyncJob, self).result(timeout=timeout)