Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
Fix the timeout flag name in PHP's Python xds_manager (grpc#27206)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidizheng authored Aug 31, 2021
1 parent 0407f4b commit 6f48ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php/bin/xds_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
'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:
Expand Down

0 comments on commit 6f48ba4

Please sign in to comment.