Fix the timeout flag name in PHP's Python xds_manager (#27206)

reviewable/pr27215/r1
Lidi Zheng 4 years ago committed by GitHub
parent 0407f4be49
commit 6f48ba4d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/php/bin/xds_manager.py

@ -71,7 +71,7 @@ if __name__ == '__main__':
'extension=pthreads.so',
'src/php/tests/interop/xds_empty_call.php',
'--server=' + server_address, '--num=' + str(num),
'--metadata=' + metadata, '--timeout=' + timeout_sec
'--metadata=' + metadata, '--timeout_sec=' + timeout_sec
],
env=client_env)
else:

Loading…
Cancel
Save