diff --git a/test/cpp/end2end/xds/xds_end2end_test_lib.cc b/test/cpp/end2end/xds/xds_end2end_test_lib.cc index b743bbedc0da9..cf764c8cb6599 100644 --- a/test/cpp/end2end/xds/xds_end2end_test_lib.cc +++ b/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(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";