[xds e2e tests] apply test slowdown factor for does-not-exist timeout (#38111)

Closes #38111

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/38111 from markdroth:xds_e2e_timeout_test_flake 3e60646e15
PiperOrigin-RevId: 695864663
pull/38030/head^2
Mark D. Roth 2 weeks ago committed by Copybara-Service
parent 06f61ab325
commit 602c3ac545
  1. 2
      test/cpp/end2end/xds/xds_end2end_test_lib.cc

@ -502,7 +502,7 @@ void XdsEnd2endTest::InitClient(
if (xds_resource_does_not_exist_timeout_ms > 0) {
xds_channel_args_to_add_.emplace_back(grpc_channel_arg_integer_create(
const_cast<char*>(GRPC_ARG_XDS_RESOURCE_DOES_NOT_EXIST_TIMEOUT_MS),
xds_resource_does_not_exist_timeout_ms));
xds_resource_does_not_exist_timeout_ms * grpc_test_slowdown_factor()));
}
if (!lb_expected_authority.empty()) {
constexpr char authority_const[] = "localhost:%d";

Loading…
Cancel
Save