gax-python icon indicating copy to clipboard operation
gax-python copied to clipboard

Confirm timeout override works with retry

Open geigerj opened this issue 8 years ago • 0 comments

What

Confirm that

  my_api_client.idempotent_retrying_call(options=gax.CallOptions(timeout=123))

in fact uses 123s as its initial timeout. If so, please close this bug.

Why

This ticket is just to confirm that Python GAX doesn't suffer from the bug noted in Ruby GAX at https://github.com/googleapis/gax-ruby/issues/71, since their implementations are similar.

geigerj avatar Jun 02 '17 20:06 geigerj