This repository was archived by the owner on Mar 20, 2018. It is now read-only.

Description
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 googleapis/gax-ruby#71, since their implementations are similar.