gax-python
gax-python copied to clipboard
Confirm timeout override works with retry
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.