Skip to content

Commit

Permalink
Increase timeout for gprc client
Browse files Browse the repository at this point in the history
Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com>
  • Loading branch information
sivanantha321 committed Aug 1, 2024
1 parent f5cf72b commit 44f7254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def grpc_client(host):
channel_args=[
("grpc.ssl_target_name_override", host),
],
timeout=120,
)


Expand Down

0 comments on commit 44f7254

Please sign in to comment.