pull/25384/head
Richard Belleville 4 years ago
parent 95b06a7bd4
commit 0136c65a70
  1. 2
      src/python/grpcio_tests/tests_py3_only/interop/xds_interop_client.py

@ -331,7 +331,7 @@ class _XdsUpdateClientConfigureServicer(
if md.type == method_enum) if md.type == method_enum)
# For backward compatibility, do not change timeout when we # For backward compatibility, do not change timeout when we
# receive a default value timeout. # receive a default value timeout.
if request.timeout_secs == 0: if request.timeout_sec == 0:
timeout_sec = channel_config.rpc_timeout_sec timeout_sec = channel_config.rpc_timeout_sec
else: else:
timeout_sec = request.timeout_sec timeout_sec = request.timeout_sec

Loading…
Cancel
Save