From a2da4ae4eb1814dae5562968af598cf79ec8ea6d Mon Sep 17 00:00:00 2001 From: Yijie Ma Date: Mon, 21 Oct 2024 17:14:39 -0700 Subject: [PATCH] comment --- test/core/test_util/test_config.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/test_util/test_config.cc b/test/core/test_util/test_config.cc index 967db7a2271..e9de2d6f140 100644 --- a/test/core/test_util/test_config.cc +++ b/test/core/test_util/test_config.cc @@ -185,7 +185,7 @@ void grpc_prewarm_os_for_tests() { // On Windows RBE, c-ares' ares_init_options which internally calls // GetAdaptersAddresses sometimes take >20s to return causing tests to // timeout. This is a hack to prewarm the cache by calling that function - // here. + // during test setup. #define IPAA_INITIAL_BUF_SZ 15 * 1024 ULONG AddrFlags = 0; ULONG Bufsz = IPAA_INITIAL_BUF_SZ;