Skip to content

Commit

Permalink
keep wait_for_server_channel_ready_timeout higher
Browse files Browse the repository at this point in the history
The behavior seems to vary based on a cluster.
  • Loading branch information
sergiitk committed Jan 24, 2024
1 parent fe0397c commit d3923b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework/xds_gamma_testcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ def startTestClient(
return self._start_test_client(
server_target,
wait_for_active_ads_timeout=datetime.timedelta(minutes=10),
# TODO(sergiitk): consider decreasing to 2-3 minutes, since
# the majority of the wait time spent on waiting ADS.
wait_for_server_channel_ready_timeout=datetime.timedelta(minutes=5),
# TODO(sergiitk): consider decreasing to 5 minutes, if the majority
# of the wait time spent on waiting ADS.
wait_for_server_channel_ready_timeout=datetime.timedelta(minutes=7),
**kwargs,
)

0 comments on commit d3923b2

Please sign in to comment.